Function enso_logger::processor::formatter::format[][src]

pub fn format<Fmt, Level>(entry: &GenericEntry) -> Option<Fmt::Output> where
    Fmt: Definition<Level>, 
Expand description

Alias to Definition::format allowing providing the type parameters on call side.