10#ifndef _LOG4CPP_FILTER_HH
11#define _LOG4CPP_FILTER_HH
51 typedef enum { DENY = -1, NEUTRAL = 0, ACCEPT = 1 } Decision;
74 virtual Filter* getChainedFilter();
80 virtual Filter* getEndOfChain();
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:75
Users should extend this class to implement customized logging event filtering.
Definition Filter.hh:49
Decision
Definition Filter.hh:51
virtual Decision _decide(const LoggingEvent &event)=0
Decide whether this Filter accepts or denies the given LoggingEvent.
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16
The internal representation of logging events.
Definition LoggingEvent.hh:32