simpm.log_cfg
Configure logging for SimPM.
The module exposes a shared logger and the LogConfig helper
to tweak console/file logging for the simpm package.
Logging levels
logging.DEBUG= 10logging.INFO= 20logging.WARNING= 30logging.ERROR= 40logging.CRITICAL= 50
Functions
Return the current |
Classes
|
LogConfig is a class that allows developers to configure logging settings. |