18#ifndef _LOG4CXX_SYSLOG_WRITER_H
19#define _LOG4CXX_SYSLOG_WRITER_H
36#define SYSLOG_PORT 514
42 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(SyslogWriterPrivate, m_priv)
SyslogWriter is a wrapper around the DatagramSocket class it writes text to the specified host on the...
Definition: syslogwriter.h:34
void write(const LogString &string)
SyslogWriter(const LogString &syslogHost, int syslogHostPort=SYSLOG_PORT)
Definition: configuration.h:25
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define SYSLOG_PORT
Definition: syslogwriter.h:36