Function log_callback_set_boxed

Source
pub fn log_callback_set_boxed(
    callback: Box<dyn Fn(LogLevel, Option<String>, String) + Send + Sync>,
)
Expand description

Sets the log callback.