Skip to main content

LogCallbackFn

Type Alias LogCallbackFn 

Source
pub type LogCallbackFn = Arc<dyn Fn(LogLevel, &str, &str) + Send + Sync>;
Expand description

Rust-friendly log callback type.

This callback receives log messages from the plugin.

Aliased Typeยง

pub struct LogCallbackFn { /* private fields */ }