chronon::observe::UnifiedLoggingConfig
Unified per-channel configuration for all event output. More...
#include <ObservationYAMLConfig.hpp>
Public Attributes
Detailed Description
struct chronon::observe::UnifiedLoggingConfig;
Unified per-channel configuration for all event output.
Each event type (debug/info/warn/error/trace) is an independent channel with its own enable settings; categories and temporal filters are shared.
Public Attributes Documentation
variable warn_channel
ChannelConfig warn_channel;
variable trace_channel
TraceChannelConfig trace_channel;
variable temporal
std::vector< TemporalFilter > temporal;
variable info_channel
ChannelConfig info_channel;
variable error_channel
ChannelConfig error_channel;
variable enabled
bool enabled = true;
variable debug_channel
ChannelConfig debug_channel;
variable categories
std::vector< CategoryPattern > categories;
Updated on 2026-07-06 at 09:03:34 +0000