Expand description
Implements various types used to customize Logger, LogFormatter and
output streams’ behavior.
Structs§
- LogStruct
- Represents a single log entry.
Enums§
- LogType
- Represents different types of log messages.
- OnDrop
Policy - Defines the policy for handling log file flushing when a
FileStreaminstance is dropped. - Verbosity
- Used to set the verbosity of a
Logger.