log4cpp  1.1.1
TriggeringEventEvaluator.hh
Go to the documentation of this file.
1 #if !defined(h_fb88639f_85c9_481a_a3a0_f25ae8bac24c)
2 #define h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
3 
5 
6 namespace log4cpp
7 {
9  {
10  public:
11  virtual bool eval(const LoggingEvent& event) const = 0;
13  };
14 }
15 
16 #endif // h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
#define LOG4CPP_EXPORT
Definition: Export.hh:19
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
Definition: TriggeringEventEvaluator.hh:8
The internal representation of logging events.
Definition: LoggingEvent.hh:32
virtual ~TriggeringEventEvaluator()
Definition: TriggeringEventEvaluator.hh:12