The logger.py module#

Summary#

SingletonType

Provides the singleton helper class for the logger.

Logger

Provides the singleton logger.

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 Logger class that can be used throughout the application. It is initialized with default settings and can be configured as needed.