Function lolog::init [] [src]

pub fn init<W: 'static + Write + Send>(
    level: LogLevel,
    output: W
) -> Result<(), SetLoggerError>