pub type Formatter = dyn Fn(String, &Arguments<'_>, &Record<'_>) -> String + Sync + Send + 'static;
The type alias for a log formatter.