|
SVCS - English Documentation
|
Implementation of the Logger class for thread-safe logging system. More...
Namespaces | |
| namespace | svcs::services |
| Service layer components and infrastructure services. | |
Implementation of the Logger class for thread-safe logging system.
This file provides the concrete implementation for the Logger class, including Singleton pattern management, log level filtering, message formatting, and event bus integration. The Logger automatically processes system events from the Event Bus and provides direct logging methods for manual use.