pub fn json_format( w: &mut dyn Write, now: &mut DeferredNow, record: &Record<'_>, ) -> Result<(), Error>
json
A logline-formatter that produces log lines in json format.
See std::write
std::write