Expand description
Bridge from the log crate facade into the RLG engine.
Bridge from the log crate facade into the RLG engine.
Installed automatically by rlg::init() unless
you call .without_log() on the builder.
Structs§
Functions§
- map_
log_ level - Convert a
log::Levelto the correspondingLogLevel. - to_
log_ level_ filter - Convert an RLG
LogLevelto alog::LevelFilter.