logging/logging library

Exports all logging-related components.

Classes

ConsoleLogHandler
A log handler that outputs log messages to the console.
FileLogHandler
A log handler that outputs log messages to a file.
LogConfig
Configuration for the logging system.
Logger
The main logger class that manages logging operations.
LogHandler
Interface for log handlers that process log messages.

Enums

LogLevel
Defines the severity levels for logging.