mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
This commit is contained in:
@@ -29,6 +29,8 @@ class Foundation_API SyslogChannel: public Channel
|
||||
/// This Unix-only channel works with the Unix syslog service.
|
||||
{
|
||||
public:
|
||||
using Ptr = AutoPtr<SyslogChannel>;
|
||||
|
||||
enum Option
|
||||
{
|
||||
SYSLOG_PID = 0x01, /// log the pid with each message
|
||||
|
||||
Reference in New Issue
Block a user