|
| enum class | overflow_policy {
block
, drop_oldest
, drop_newest
, grow
,
block
, drop_oldest
, drop_newest
, grow
} |
| | Overflow policy for when buffers are full. More...
|
| |
| enum class | health_status {
healthy
, degraded
, unhealthy
, critical
,
healthy
, degraded
, unhealthy
, critical
} |
| | Health status enumeration. More...
|
| |
| enum class | 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
, 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
} |
| | Logger error codes. More...
|
| |
| enum class | logger_system::overflow_policy {
block
, drop_oldest
, drop_newest
, grow
,
block
, drop_oldest
, drop_newest
, grow
} |
| |
| enum class | logger_system::health_status {
healthy
, degraded
, unhealthy
, critical
,
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
, 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
} |
| |