[][src]Module slog_glog_fmt::kv_categorizer

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

Structs

ErrorCategorizer

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.

FacebookCategorizer

Categorizer to be used by all Facebook services

InlineCategorizer

Dummy categorizer that inlines all KV values with names equal to key

Enums

KVCategory

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

Traits

KVCategorizer

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