Module logging_core

Source
Expand description

Re-export of the timely_logging crate.

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.