|
Logger System 1.0.0
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Enumerations | |
| enum class | logger_system::overflow_policy { block , drop_oldest , drop_newest , grow } |
| enum class | logger_system::health_status { healthy , degraded , unhealthy , critical } |
| enum class | logger_system::logger_error_code { success = 0 , invalid_configuration , writer_not_found , writer_already_exists , write_failed , flush_failed , buffer_full , invalid_level , invalid_pattern , file_open_failed , network_error , encryption_error , compression_error , monitoring_failed , component_not_found , di_resolution_failed , health_check_failed , writer_closed , unknown_error } |
|
exportstrong |
|
exportstrong |
Definition at line 57 of file core.cppm.
|
exportstrong |