Macros§
- log_
debug - Format and log message with
Level::Debug
- log_
error - Format and log message with
Level::Error
- log_
info - Format and log message with
Level::Info
- log_
trace - Format and log message with
Level::Trace
- log_
warn - Format and log message with
Level::Warn
Enums§
- Level
- An enum representing the available verbosity levels of the logger.
- Level
Filter - An enum representing the available verbosity level filters of the logger.
Functions§
- set_
colors_ enabled - set_
log_ level - Enable filtering of log messages using the
LevelFilter
- style
- Wraps an object for formatting for styling.