Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
logger_registry.h File Reference

Manages logger registration and tracking. More...

#include <vector>
#include <shared_mutex>
#include <kcenon/logger/logger_export.h>
Include dependency graph for logger_registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::logger::core::logger_registry
 Manages registration and unregistration of loggers. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 
namespace  kcenon::logger::security
 
namespace  kcenon::logger::core
 

Detailed Description

Manages logger registration and tracking.

Author
kcenon
Since
2.0.0

Extracted from logger_context following Single Responsibility Principle. This component is solely responsible for maintaining the list of registered loggers.

Definition in file logger_registry.h.