Skip to main content

set_runtime_log_hook

Function set_runtime_log_hook 

Source
pub fn set_runtime_log_hook<F>(hook: F)
where F: Fn(&RuntimeLogRecord) + Send + Sync + 'static,