chronon::observe::ObservationBackend::LogFileSink
Per-channel file sink: owns an ofstream and a write buffer.
Public Functions
| Name | |
|---|---|
| void | osFlush() |
| void | flush() |
Public Attributes
| Name | |
|---|---|
| std::ofstream | file |
| fmt::memory_buffer | buffer |
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