| Class | Description |
|---|---|
| CustomLoggerFactory |
This class is an implementation of the logger factory to return the default
logger functionality.
|
| Logger |
This class stores log channels appropriate for each Logger instance and
provides the methods to log messages to those channels.
|
| LoggerFactory |
This abstract class must be implemented to return logger instances for each specific logger type.
|
| LoggerHandler |
This class handles logging operations.
|