Crate timely_logging

Source

Structs§

Logger
A buffering logger.
Registry
A registry binding names to typed loggers.
TypedLogger
A logger that’s typed to specific events. Its log functions accept events that can be converted into T. Dereferencing a TypedLogger gives you a Logger that can log any compatible type.