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, or INFO [my_prog::some_submodule] {a=17, b="foo"} Task successfully read from conf.json if the kv-feature is used.

§Errors

See std::write