Module logger
Expand description
Structs§
- Record
- A Record, unit of logging output with Metadata to enable filtering Module_path, file, line to inform on log’s source
- With
Context - Adds relevant context to a
Record
before passing it to the wrappedLogger
.
Enums§
- Level
- An enum representing the available verbosity levels of the logger.
Traits§
- Logger
- A trait encapsulating the operations required of a logger.