10#ifndef _LOG4CPP_FILTER_HH
11#define _LOG4CPP_FILTER_HH
52 typedef enum { DENY = -1,
78 virtual Filter* getChainedFilter();
84 virtual Filter* getEndOfChain();
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:73
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