LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Namespaces | |
detail | |
log | |
utils | |
version | |
Classes | |
class | callable_wrapper |
class | Log |
This static class includes a variety of methods for interacting with the the logging module. More... | |
class | LogMDCScope |
Functions | |
unsigned | lwpID () |
Function which returns LWP ID on platforms which support it. More... | |
PYBIND11_MODULE (log, mod) | |
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.
lsst::log::PYBIND11_MODULE | ( | log | , |
mod | |||
) |
Definition at line 53 of file log.cc.