Expand description
Re-export of the timely_logging
crate.
Structs§
- A buffering logger.
- A registry binding names to typed loggers.
- A logger that’s typed to specific events. Its
log
functions accept events that can be converted intoT
. Dereferencing aTypedLogger
gives you aLogger
that can log any compatible type.