The logger.py module#
Summary#
Provides the singleton helper class for the logger. |
|
Provides the singleton logger. |
Global logger instance. |
Description#
Provides the singleton helper class for the logger.
Module detail#
- logger.LOGGER#
Global logger instance.
This is a global instance of the
Loggerclass that can be used throughout the application. It is initialized with default settings and can be configured as needed.