pub fn log_callback_set_boxed( callback: Box<dyn Fn(LogLevel, Option<String>, String) + Send + Sync>, )
Sets the log callback.