mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-26 17:13:42 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user