Type Definition woodpecker::formatters::Formatter [] [src]

type Formatter = Box<Fn(&Record) -> String + Send + Sync>;

Type of the formatting function.

Returns a formatted log record.