Function flexi_logger::json_format

source ·
pub fn json_format(
    w: &mut dyn Write,
    now: &mut DeferredNow,
    record: &Record<'_>
) -> Result<(), Error>
Available on crate feature json only.
Expand description

A logline-formatter that produces log lines in json format.

§Errors

See std::write