logging_utils
Functions:
Name | Description |
---|---|
init_logging |
(Re-)initialize all loggers |
log_uncaught_exceptions |
Makes all uncaught exception to be logged by the default logger. |
init_logging
(Re-)initialize all loggers
Source code in src/phoenixpackagecleanup/logging_utils.py
log_uncaught_exceptions
Makes all uncaught exception to be logged by the default logger.
Keyboard exceptions and children classes are not logged so one can kill the program with ctr+C.