Type Definition fern::Formatter [] [src]

type Formatter = Fn(FormatCallback, &Arguments, &LogRecord) + Sync + Send + 'static;

A type alias for a log formatter.