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. - Make
Writer - Implementor of
tracing_subscriber::fmt::MakeWriter
, constructed fromWriter
inSelf::new
. - Writer
- Implementor of
io::Write
, used byMakeWriter
.