enum Poco::SyslogChannel::Option

Overview

#include <SyslogChannel.h>

enum Option
{
    SYSLOG_PID    = 0x01,
    SYSLOG_CONS   = 0x02,
    SYSLOG_NDELAY = 0x08,
    SYSLOG_PERROR = 0x20,
};

Detailed Documentation

Enum Values

SYSLOG_PID

log the pid with each message

SYSLOG_CONS

log on the console if errors in sending

SYSLOG_NDELAY

don’t delay open

SYSLOG_PERROR

log to stderr as well (not supported on all platforms)