Expand description
§mtlog-core
Core utilities for mtlog - shared logging infrastructure.
Structs§
- LogFile
- LogFile
Size Rotation - A log file writer that rotates files based on size or line count.
- LogFile
Time Rotation - A log file writer that rotates files based on time intervals.
- LogMessage
- LogSender
- LogStdout
- Logger
Guard - Guard that ensures the logger is properly shut down when dropped. Hold this guard for the lifetime of your logging session.
- Size
Rotation Config - Configuration for size-based log file rotation.
- Time
Rotation Config - Configuration for time-based log file rotation.
Enums§
- File
Logger - A file logger that supports single-file, time-based rotation, or size-based rotation.