Namespaces | |
detail | |
log | |
utils | |
version | |
Classes | |
class | Log |
This static class includes a variety of methods for interacting with the the logging module. More... | |
class | LogContext |
This class handles the default logger name of a logging context. More... | |
class | callable_wrapper |
Functions | |
unsigned | lwpID () |
Function which returns LWP ID on platforms which support it. More... | |
PYBIND11_PLUGIN (log) | |
unsigned lsst::log::lwpID | ( | ) |
Function which returns LWP ID on platforms which support it.
On all other platforms a small incremental integer number (counting number of threads) is returned. This function can be used to produce more human-friendly thread ID for logging instead of regular t format.