timely

Module logging_core

Source
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 into T. Dereferencing a TypedLogger gives you a Logger that can log any compatible type.