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