pub fn install_forwarder( forwarder: Option<Arc<dyn Fn(&ConsoleEntry) + Send + Sync + 'static>>, )
Install (or remove) a global forwarder for console output. Passing None removes the current listener.
None