Go to the documentation of this file.
8 #if !defined(h_3491ecd0_3891_4902_b3ba_15b15d98ae49)
9 #define h_3491ecd0_3891_4902_b3ba_15b15d98ae49
19 virtual bool eval(
const LoggingEvent& event)
const {
return event.priority <= level_; }
26 #endif // h_3491ecd0_3891_4902_b3ba_15b15d98ae49
Definition: LevelEvaluator.hh:15
int Value
The type of Priority Values.
Definition: Priority.hh:85
virtual bool eval(const LoggingEvent &event) const
Definition: LevelEvaluator.hh:19
Definition: TriggeringEventEvaluator.hh:15
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
#define LOG4CPP_EXPORT
Definition: Export.hh:26
LevelEvaluator(Priority::Value level)
Definition: LevelEvaluator.hh:18
The internal representation of logging events.
Definition: LoggingEvent.hh:32