[][src]Function std_logger::init

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.