[][src]Function flexi_logger::colored_default_format

pub fn colored_default_format(
    w: &mut dyn Write,
    _now: &mut DeferredNow,
    record: &Record
) -> Result<(), Error>

A colored version of the logline-formatter default_format that produces log lines like
ERROR [my_prog::some_submodule] File not found

Only available with feature colors.

Errors

See std::write