Public Member Functions | |
TestFilter () | |
virtual | ~TestFilter () |
Protected Member Functions | |
virtual log4cpp::Filter::Decision | _decide (const log4cpp::LoggingEvent &event) |
Definition at line 4 of file testFilter.cpp.
TestFilter::TestFilter | ( | ) | [inline] |
Definition at line 6 of file testFilter.cpp.
virtual TestFilter::~TestFilter | ( | ) | [inline, virtual] |
Definition at line 7 of file testFilter.cpp.
virtual log4cpp::Filter::Decision TestFilter::_decide | ( | const log4cpp::LoggingEvent & | event | ) | [inline, protected, virtual] |
Decide whether this Filter accepts or denies the given LoggingEvent. Actual implementation of Filter should override this method and not decide(LoggingEvent&)
.
event | The LoggingEvent to decide on. |
Implements log4cpp::Filter.
Definition at line 10 of file testFilter.cpp.