[][src]Function glore::init

pub fn init(w: impl Write + 'static)

Use this function to add a log target

let stdout = std::io::stdout();
glore::init(stdout);