Function init

Source
pub fn init()
Expand description

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.