module documentation
Wrapper for the logging sub-system.
It provides simpler access as well some nicer output rendering.
| Class | |
Custom Rich log handler to support the log formatting for the console output. |
| Class | |
A ring buffer handler for logging. It buffers log records and flushes them to the console or file when the buffer is full. |
| Class | |
Formatter for the file logging handler. It formats the log messages for file output. |
| Class | |
Filter for the logging system. It removes all log messages that originate from the given sources. |
| Class | |
Wrapper class for the logging subsystem. This class wraps the initialization of the logging subsystem and provides convenience methods for printing log, error and warning messages to a logfile and to the console. |
| Variable | font |
Font color in dark mode. |
| Variable | font |
Font color in light mode. |
| Variable | level |
Mapping of log levels to their corresponding names and emojis for console output. |
| Variable | table |
Color for the table row background in dark mode. |
| Variable | table |
Color for the table row background in light mode. |
| Variable | terminal |
Color for the terminal text color in dark mode. |
| Variable | terminal |
Color for the terminal error text color in dark mode. |
| Variable | terminal |
Color for the terminal error text color in light mode. |
| Variable | terminal |
Color for the terminal text color in light mode. |