Skip to main content

chronon::observe::ObservationBackend::LogFileSink

Per-channel file sink: owns an ofstream and a write buffer.

Public Functions

Name
voidosFlush()
voidflush()

Public Attributes

Name
std::ofstreamfile
fmt::memory_bufferbuffer

Public Functions Documentation

function osFlush

inline void osFlush()

function flush

inline void flush()

Public Attributes Documentation

variable file

std::ofstream file;

variable buffer

fmt::memory_buffer buffer;

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