SVCS - English Documentation
Loading...
Searching...
No Matches
Logger.cxx File Reference

Implementation of the Logger class for thread-safe logging system. More...

#include "Logger.hxx"
#include <iostream>
#include <iomanip>
#include <chrono>
#include <sstream>

Namespaces

namespace  svcs::services
 Service layer components and infrastructure services.

Detailed Description

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.