Skip to main contentModule logging
Source - FileSink
- A log sink that writes messages sequentially to a specified file.
- LogMessage
- Internal representation of a single log event.
- Logger
- The central logging dispatcher that routes messages to all registered sinks via a background thread.
- TerminalSink
- A log sink that formats and prints messages to standard output, supporting terminal colors and interactive prompts.
- LogLevel
- Defines the severity or category of a log message.
- LogSink
- Trait for destinations that can process and output log messages.