Skip to main content

Module logger

Module logger 

Source
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§

RlgLogger
log::Log implementation that routes records into the RLG ring buffer.

Functions§

map_log_level
Convert a log::Level to the corresponding LogLevel.
to_log_level_filter
Convert an RLG LogLevel to a log::LevelFilter.