Function log_callback_set

Source
pub fn log_callback_set(
    callback: impl Fn(LogLevel, Option<String>, String) + Send + Sync + 'static,
)
Expand description

Sets the log callback.