Struct structured_logger::JSONWriter
source · pub struct JSONWriter<W: Write + Sync + Send>(_);
Expand description
JSONWriter is a Writer implementation that writes logs in JSON format.
pub struct JSONWriter<W: Write + Sync + Send>(_);
JSONWriter is a Writer implementation that writes logs in JSON format.