Module blaze_devkit::logger
source · Structs§
- An iterator over the variants of LogLevel
- A logger object that delegates to a
LoggingStrategy. Handles boxing and wrapping inArc.
Enums§
- Log levels that can be used with a
Logger.
Traits§
- Implementation of how a logger logs messages. See
Loggerstruct.