#include <LevelEvaluator.hh>
Public Member Functions | |
virtual bool | eval (const LoggingEvent &event) const |
LevelEvaluator (Priority::Value level) | |
Private Attributes | |
Priority::Value | level_ |
Definition at line 7 of file LevelEvaluator.hh.
LevelEvaluator::LevelEvaluator | ( | Priority::Value | level | ) | [inline] |
Definition at line 10 of file LevelEvaluator.hh.
virtual bool LevelEvaluator::eval | ( | const LoggingEvent & | event | ) | const [inline, virtual] |
Implements TriggeringEventEvaluator.
Definition at line 11 of file LevelEvaluator.hh.
Priority::Value LevelEvaluator::level_ [private] |
Definition at line 14 of file LevelEvaluator.hh.