Module logger
Source pub use super::config::LoggerConfig;
- 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.
- LogEvent
- Represents a type of log event.
- log
- should_filter_log
- Determines if a log line should be filtered out based on module and component filters.