Expand description
Stdout, stderr, and rotating file log writers.
Structs§
- File
Rotate Config - Configures size-based log file rotation.
- File
Writer - Writes sanitized plain-text or JSON log lines with optional file rotation.
- File
Writer Config - Configures file log output.
- Stderr
Writer - Writes error log lines to stderr.
- Stdout
Writer - Writes eligible log lines to stdout with optional buffering and ANSI colors.