chronon::observe::ChannelConfig
Config for a single log-level channel (debug/info/warn/error).
#include <ObservationYAMLConfig.hpp>
Public Attributes
| Name | |
|---|---|
| OutputFormat | format |
| std::string | file Empty = default events.log. |
| bool | enabled |
| std::optional< uint32_t > | backpressure_max_spins |
| std::optional< BackpressurePolicy > | backpressure |
Public Attributes Documentation
variable format
OutputFormat format = OutputFormat::Text;
variable file
std::string file;
Empty = default events.log.
variable enabled
bool enabled = true;
variable backpressure_max_spins
std::optional< uint32_t > backpressure_max_spins;
variable backpressure
std::optional< BackpressurePolicy > backpressure;
Updated on 2026-05-26 at 05:42:32 +0000