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