pub fn log_callback_set( callback: impl Fn(LogLevel, Option<String>, String) + Send + Sync + 'static, )
Sets the log callback.