10#ifndef _LOG4CPP_FILTER_HH
11#define _LOG4CPP_FILTER_HH
52 typedef enum { DENY = -1,
71 virtual void setChainedFilter(
Filter* filter);
78 virtual Filter* getChainedFilter();
84 virtual Filter* getEndOfChain();
91 virtual void appendChainedFilter(
Filter* filter);
#define LOG4CPP_EXPORT
Definition Export.hh:26
Users should extend this class to implement customized logging event filtering.
Definition Filter.hh:49
Decision
Definition Filter.hh:52
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