Skip to main content

chronon::observe::ObservationBackend::CategoryFormatOverride

Per-category, per-channel format overrides. More...

#include <ObservationBackend.hpp>

Public Attributes

Name
std::optional< OutputFormat >warn_format
std::optional< OutputFormat >trace_format
std::optional< OutputFormat >info_format
std::optional< OutputFormat >error_format
std::optional< OutputFormat >debug_format

Detailed Description

struct chronon::observe::ObservationBackend::CategoryFormatOverride;

Per-category, per-channel format overrides.

When set, the channel-specific override takes priority over the per-channel default.

Public Attributes Documentation

variable warn_format

std::optional< OutputFormat > warn_format;

variable trace_format

std::optional< OutputFormat > trace_format;

variable info_format

std::optional< OutputFormat > info_format;

variable error_format

std::optional< OutputFormat > error_format;

variable debug_format

std::optional< OutputFormat > debug_format;

Updated on 2026-05-26 at 05:42:33 +0000