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

A logline-formatter that produces log lines like
INFO [my_prog::some_submodule] Task successfully read from conf.json

Errors

See std::write