Trait slog_loggly::KVFilter

source ·
pub trait KVFilter {
    fn is_accepted(&self, key: &Key) -> bool;
}
Expand description

Key-value pair filter.

Required Methods§

Check if a given key should be accepted.

Implementors§