module documentation

Wrapper for the logging sub-system.

It provides simpler access as well some nicer output rendering.

Class ACMERichLogHandler Custom Rich log handler to support the log formatting for the console output.
Class ACMERingBufferLogHandler A ring buffer handler for logging. It buffers log records and flushes them to the console or file when the buffer is full.
Class ACMESimpleLogFormatter Formatter for the file logging handler. It formats the log messages for file output.
Class LogFilter Filter for the logging system. It removes all log messages that originate from the given sources.
Class Logging 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 fontDark Font color in dark mode.
Variable fontLight Font color in light mode.
Variable levelName Mapping of log levels to their corresponding names and emojis for console output.
Variable tableRowColorDark Color for the table row background in dark mode.
Variable tableRowColorLight Color for the table row background in light mode.
Variable terminalColorDark Color for the terminal text color in dark mode.
Variable terminalColorErrorDark Color for the terminal error text color in dark mode.
Variable terminalColorErrorLight Color for the terminal error text color in light mode.
Variable terminalColorLight Color for the terminal text color in light mode.
fontDark: str =

Font color in dark mode.

fontLight: str =

Font color in light mode.

levelName =

Mapping of log levels to their corresponding names and emojis for console output.

tableRowColorDark: str =

Color for the table row background in dark mode.

tableRowColorLight: str =

Color for the table row background in light mode.

terminalColorDark: str =

Color for the terminal text color in dark mode.

terminalColorErrorDark: str =

Color for the terminal error text color in dark mode.

terminalColorErrorLight: str =

Color for the terminal error text color in light mode.

terminalColorLight: str =

Color for the terminal text color in light mode.