Crate timely_logging

Source

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.