Skip to main content

Module writer

Module writer 

Source
Expand description

Stdout, stderr, and rotating file log writers.

Structs§

FileRotateConfig
Configures size-based log file rotation.
FileWriter
Writes sanitized plain-text or JSON log lines with optional file rotation.
FileWriterConfig
Configures file log output.
StderrWriter
Writes error log lines to stderr.
StdoutWriter
Writes eligible log lines to stdout with optional buffering and ANSI colors.

Traits§

LogWriter