structfs.logutil#
Utility functions for logging
Module Contents#
Functions#
|
Be very quiet. I’m hunting wabbits. |
|
Reverse previous quiet() |
Data#
|
API#
- structfs.logutil.g_quiet
None
- structfs.logutil.quiet(roots=('idaes', 'pyomo'), level=logging.CRITICAL)
Be very quiet. I’m hunting wabbits.
Ignore warnings and set all loggers starting with one of the values in ‘roots’ to the given level (default=CRITICAL).
- structfs.logutil.unquiet()
Reverse previous quiet()