Module logger

Module logger 

Source

Re-exports§

pub use super::config::LoggerConfig;

Structs§

LogGuard
A guard that manages the lifecycle of the logging subsystem.
LogLine
Represents a log event which includes a message.
LogLineWrapper
A wrapper around a log line that provides formatted and cached representations.
Logger
A high-performance logger utilizing a MPSC channel under the hood.

Enums§

LogEvent
Represents a type of log event.

Functions§

log
should_filter_log
Determines if a log line should be filtered out based on module and component filters.