lsst.log  13.0-2-g15de9a1+4
 All Classes Namespaces Files Functions Variables Macros Pages
Namespaces | Classes | Functions
lsst::log Namespace Reference

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)
 

Function Documentation

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.

Definition at line 414 of file Log.cc.

lsst::log::PYBIND11_PLUGIN ( log  )

Definition at line 53 of file log.cc.