logging_config

logging_config#

Configures application-wide logging with colored console output and file logging.

Functions

get_logger

Returns a logger for a specific module.

setup_logging

Configures logging using the log file path from PathManager.

Classes

SimpleColoredFormatter

Custom log formatter with basic color coding for different log levels.