Function std_logger::init[][src]

pub fn init()

Initialise the logger.

See the crate level documentation for more.

Panics

This will panic if the logger fails to initialise. Use try_init if you want to handle the error yourself.