[go: up one dir, main page]

Formatter

Type Alias Formatter 

Source
pub type Formatter = dyn Fn(String, &Arguments<'_>, &Record<'_>) -> String + Sync + Send + 'static;
Expand description

The type alias for a log formatter.