|
blocxx
|
This class sends log messges to the bit bucket. More...
#include <NullAppender.hpp>
Public Member Functions | |
| NullAppender () | |
| NullAppender (const StringArray &components, const StringArray &categories, const String &pattern) | |
| virtual | ~NullAppender () |
Static Public Attributes | |
| static const GlobalString | STR_DEFAULT_MESSAGE_PATTERN = BLOCXX_GLOBAL_STRING_INIT("") |
Protected Member Functions | |
| virtual void | doProcessLogMessage (const String &formattedMessage, const LogMessage &message) const |
This class sends log messges to the bit bucket.
Definition at line 51 of file NullAppender.hpp.
| BLOCXX_NAMESPACE::NullAppender::NullAppender | ( | ) |
Definition at line 48 of file NullAppender.cpp.
| BLOCXX_NAMESPACE::NullAppender::NullAppender | ( | const StringArray & | components, |
| const StringArray & | categories, | ||
| const String & | pattern | ||
| ) |
Definition at line 53 of file NullAppender.cpp.
| BLOCXX_NAMESPACE::NullAppender::~NullAppender | ( | ) | [virtual] |
Definition at line 60 of file NullAppender.cpp.
| void BLOCXX_NAMESPACE::NullAppender::doProcessLogMessage | ( | const String & | formattedMessage, |
| const LogMessage & | message | ||
| ) | const [protected, virtual] |
Implements BLOCXX_NAMESPACE::LogAppender.
Definition at line 64 of file NullAppender.cpp.
const GlobalString BLOCXX_NAMESPACE::NullAppender::STR_DEFAULT_MESSAGE_PATTERN = BLOCXX_GLOBAL_STRING_INIT("") [static] |
Definition at line 60 of file NullAppender.hpp.
1.7.3