Function flexi_logger::colored_with_thread[][src]

pub fn colored_with_thread(
    w: &mut dyn Write,
    now: &mut DeferredNow,
    record: &Record<'_>
) -> Result<(), Error>
Expand description

A colored version of the logline-formatter with_thread.

See method style if you want to influence coloring.

Only available with feature colors.

Errors

See std::write