Log¶
- class lsst.sconsUtils.utils.Log¶
Bases:
objectA dead-simple logger for all messages.
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
lsst.sconsUtils.state.Methods Summary
fail(message)flush()info(message)warn(message)Methods Documentation
- fail(message)¶
- flush()¶
- info(message)¶
- warn(message)¶