[][src]Function fil_logger::color_logger_format

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

Logs with color, contains the same information as the pretty_env_logger.

One log entry has this structure:

<timestamp> <log-level> <module-name> > <log-message>