#include <LevelEvaluator.hh>
Public Member Functions | |
virtual bool | eval (const LoggingEvent &event) const |
virtual bool | eval (const LoggingEvent &event) const |
LevelEvaluator (Priority::Value level) | |
LevelEvaluator (Priority::Value level) | |
Private Attributes | |
Priority::Value | level_ |
Definition at line 8 of file include/log4cpp/LevelEvaluator.hh.
log4cpp::LevelEvaluator::LevelEvaluator | ( | Priority::Value | level | ) | [inline] |
Definition at line 11 of file include/log4cpp/LevelEvaluator.hh.
log4cpp::LevelEvaluator::LevelEvaluator | ( | Priority::Value | level | ) | [inline] |
Definition at line 11 of file install/include/log4cpp/LevelEvaluator.hh.
virtual bool log4cpp::LevelEvaluator::eval | ( | const LoggingEvent & | event | ) | const [inline, virtual] |
Implements log4cpp::TriggeringEventEvaluator.
Definition at line 12 of file install/include/log4cpp/LevelEvaluator.hh.
virtual bool log4cpp::LevelEvaluator::eval | ( | const LoggingEvent & | event | ) | const [inline, virtual] |
Implements log4cpp::TriggeringEventEvaluator.
Definition at line 12 of file include/log4cpp/LevelEvaluator.hh.
Definition at line 15 of file include/log4cpp/LevelEvaluator.hh.