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

Functions

def traceSetAt
 Adjust logging level to display messages with trace number <= NUMBER. More...
 

Function Documentation

def lsst.log.utils.traceSetAt (   name,
  number 
)

Adjust logging level to display messages with trace number <= NUMBER.

Set the levels of loggers "TRACEn.name" with n > NUMBER to INFO, and those with n <= NUMBER to DEBUG, so that only tracing messages with n <= NUMBER are shown.

Parameters
[in]nameThe logger name
[in]numberThe trace number threshold for display

Definition at line 27 of file utils.py.