Function attach_logger

Source
pub fn attach_logger(
    max_level: LevelFilter,
    log: Box<dyn Log>,
) -> Result<(), SetLoggerError>
Expand description

Attaches the given logger