pub fn init()
Expand description

Initializes the panic hook with the default settings.

After this method is called, all panics will be logged rather than printed to standard error.

See Config for more information.