pub type FormatFn = Box<dyn Fn(&Record<'_>) -> String + Sync + Send>;
Closure type for custom log formatting.
pub struct FormatFn(/* private fields */);