[][src]Type Definition fern_colored::Formatter

type Formatter = dyn Fn(FormatCallback<'_>, &Arguments<'_>, &Record<'_>) + Sync + Send + 'static;

A type alias for a log formatter.

As of fern 0.5, the passed fmt::Arguments will always be the same as the given log::Record's .args().