Formatter

Type Alias Formatter 

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

フォーマッター。

§See Also

LogBuilder::formatter