Module logger

Source

Structs§

LogLevelIter
An iterator over the variants of LogLevel
Logger
A logger object that delegates to a LoggingStrategy. Handles boxing and wrapping in Arc.

Enums§

LogLevel
Log levels that can be used with a Logger.

Traits§

LoggingStrategy
Implementation of how a logger logs messages. See Logger struct.