Function log_set_default_handler

pub fn log_set_default_handler<P>(log_func: P)
where P: Fn(Option<&str>, LogLevel, &str) + Send + Sync + 'static,
Expand description

To set back the default print handler, use the log_unset_default_handler function.