pub fn colored_detailed_format(
    w: &mut dyn Write,
    now: &mut DeferredNow,
    record: &Record<'_>
) -> Result<(), Error>
Available on crate feature colors only.
Expand description

A colored version of the logline-formatter detailed_format.

See method style if you want to influence coloring.

Errors

See std::write