Crate charlie_buffalo

Source

Structs§

  • An attribute is a key-value data, where value is generic.
  • A Flag is an Attribute with a key, but with an empty value.
  • An unique log.
  • A logger receive each Log.

Traits§

Functions§

Type Aliases§

  • A short-hand for Attribute
  • This is a wrapped logger that is safe to use in concurrency context.
  • A dispatcher is a function (or closure) called on each log received.
  • A function (or closure) called when logger is freed from memory.