Function queen_log::init_with_logger[][src]

pub fn init_with_logger<P: Writer + Sync + Send + 'static>(
    level: LevelFilter,
    logger: Logger<P>
) -> Result<(), SetLoggerError>