pub type Writer = Box<dyn Write>;
A type alias for objects that receive log / trace events.
pub struct Writer(/* private fields */);