Expand description

Provides ways to control how the KV values passed to slog macros are printed

Structs

  • Used to properly print error_chain Errors. It displays the error and it’s causes in separate log lines as well as backtrace if provided. The error_chain Error must implement KV trait. It is recommended to use impl_kv_error macro to generate the implementation.
  • Categorizer to be used by all Facebook services
  • Dummy categorizer that inlines all KV values with names equal to key

Enums

  • The KV value is being processed based on the category it is bucketed in

Traits

  • Structures implementing this trait are being used to categorize the KV values into one of the KVCategory.