Skip to main content

install_forwarder

Function install_forwarder 

Source
pub fn install_forwarder(
    forwarder: Option<Arc<dyn Fn(&ConsoleEntry) + Send + Sync + 'static>>,
)
Expand description

Install (or remove) a global forwarder for console output. Passing None removes the current listener.