Public Member Functions | |
TestFilter2 () | |
virtual | ~TestFilter2 () |
Protected Member Functions | |
virtual log4cpp::Filter::Decision | _decide (const log4cpp::LoggingEvent &event) |
Definition at line 24 of file testFilter.cpp.
TestFilter2::TestFilter2 | ( | ) | [inline] |
Definition at line 26 of file testFilter.cpp.
virtual TestFilter2::~TestFilter2 | ( | ) | [inline, virtual] |
Definition at line 27 of file testFilter.cpp.
virtual log4cpp::Filter::Decision TestFilter2::_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 30 of file testFilter.cpp.