[][src]Function flexi_logger::colored_opt_format

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

A colored version of the logline-formatter opt_format.

Only available with feature colors.

Errors

See std::write