ExitHandler
- class app.util.logging.exit_handler.ExitHandler[source]
Bases:
Handler
Custom logging handler to track log message counts and handle application exit status.
Inheritance Diagram for ExitHandler
Methods
__init__
(manager, *args, **kwargs)atexit
()Handle application exit, print summary, and save config if appropriate.
handle
(record)Attributes
- __init__(manager: manager.LoggingManager, *args, **kwargs) None [source]
- Parameters:
manager (manager.LoggingManager)
- Return type:
None