Function threaded_logger::try_init[][src]

pub fn try_init(
    logger: impl Log + 'static,
    max_level: LevelFilter
) -> Result<(), ThreadedLoggerError>