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