Expand description
A simple implementation for the log crate that aims to have a pretty, user-friendly mode, and a comprehensive, dev-friendly debug mode.
Structs§
- Defines a logger that has a pretty, user-friendly mode, and a comprehensive, dev-friendly debug mode.
- Wrapper around a Write-capable type that filters the types of messages that are written to it.
Enums§
- Enum that can be used to choose whether colour should be enabled in the HumanLogger’s log messages.
- Defines the mode to print the log messages in the HumanLogger.