phoenixpackagecleanup.utils.logging_utils
Logging utilities.
Functions:
| Name | Description |
|---|---|
init_logging |
(Re-)initialize all loggers. |
log_uncaught_exceptions |
Make all uncaught exception to be logged by the default logger. |
init_logging
(Re-)initialize all loggers.
Source code in src/phoenixpackagecleanup/utils/logging_utils.py
log_uncaught_exceptions
Make 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.