Skip to main content

FormatFn

Type Alias FormatFn 

Source
pub type FormatFn = Box<dyn Fn(&Record<'_>) -> String + Sync + Send>;
Expand description

Closure type for custom log formatting.

Aliased Typeยง

pub struct FormatFn(/* private fields */);