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:39
#define SYSLOG_PORT
Definition: syslogwriter.h:42
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66