Type Definition fern::Formatter
[−]
[src]
type Formatter = 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().