Add RemoteSyslogListener::LOG_PROP_APP and RemoteSyslogListener::LOG_PROP_HOST so that we can more easily access these special log message properties.

This commit is contained in:
Mike Naquin
2013-07-25 13:32:37 -05:00
parent fd6433eb4e
commit 5c0377f697
2 changed files with 8 additions and 2 deletions

View File

@@ -118,6 +118,9 @@ public:
static const std::string PROP_PORT;
static const std::string PROP_THREADS;
static const std::string LOG_PROP_APP;
static const std::string LOG_PROP_HOST;
protected:
~RemoteSyslogListener();
/// Destroys the RemoteSyslogListener.