Module writer

Source

Structsยง

Error
Error that can occur when constructing a writer, including e.g File-opening errors.
Guard
A thread guard in the case of NonBlocking config.
MakeWriter
Implementor of tracing_subscriber::fmt::MakeWriter, constructed from Writer in Self::new.
Writer
Implementor of io::Write, used by MakeWriter.