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

Configuration structure for logger with validation. More...

#include <chrono>
#include <string>
#include <limits>
#include <kcenon/logger/core/thread_integration_detector.h>
#include <kcenon/logger/core/error_codes.h>
#include <kcenon/common/interfaces/logger_interface.h>
Include dependency graph for logger_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::logger::logger_config
 Configuration structure for logger with validation. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 

Detailed Description

Configuration structure for logger with validation.

See also
logger_config_builder.h For fluent construction

Definition in file logger_config.h.