Skip to main content

Module logging

Module logging 

Source

Structs§

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.

Enums§

LogLevel
Defines the severity or category of a log message.

Traits§

LogSink
Trait for destinations that can process and output log messages.