Function clogger::init[][src]

pub fn init()

Initialize the global logger.

This function should be called at the beginning of your application so that all log messages are handled.

This function may only be called once. Panics if initialization fails.