18 #ifndef _LOG4CXX_SYSLOG_WRITER_H
19 #define _LOG4CXX_SYSLOG_WRITER_H
27 #pragma warning ( push )
28 #pragma warning ( disable: 4251 )
42 #define SYSLOG_PORT 514
49 InetAddressPtr address;
SyslogWriter is a wrapper around the DatagramSocket class it writes text to the specified host on the...
Definition: syslogwriter.h:40
void write(const LogString &string)
SyslogWriter(const LogString &syslogHost, int syslogHostPort=SYSLOG_PORT)
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66
#define SYSLOG_PORT
Definition: syslogwriter.h:42