[][src]Function flexi_logger::colored_detailed_format

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

A colored version of the logline-formatter detailed_format.

Only available with feature colors.