Skip to main content

chronon::observe::ChannelConfig

Config for a single log-level channel (debug/info/warn/error).

#include <ObservationYAMLConfig.hpp>

Public Attributes

Name
std::stringfile
Empty = default events.log.
boolenabled
std::optional< uint32_t >backpressure_max_spins
std::optional< BackpressurePolicy >backpressure

Public Attributes Documentation

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-07-06 at 09:03:34 +0000