Function structured_logger::new_json_writer
source · pub fn new_json_writer<W: Write + Sync + Send + 'static>(
w: W
) -> Box<dyn Writer>
Expand description
new_json_writer creates a new JSONWriter with a given io::Write instance.