LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
A dead-simple logger for all messages. More...
Public Member Functions | |
def | __init__ |
def | info |
def | warn |
def | fail |
def | flush |
Public Attributes | |
traceback | |
verbose | |
A dead-simple logger for all messages.
This simply centralizes decisions about whether to throw exceptions or print user-friendly messages (the traceback variable) and whether to print extra debug info (the verbose variable). These are set from command-line options in state.py.
def lsst.sconsUtils.utils.Log.__init__ | ( | self | ) |
def lsst.sconsUtils.utils.Log.flush | ( | self | ) |
def lsst.sconsUtils.utils.Log.info | ( | self, | |
message | |||
) |