18#ifndef _LOG4CXX_SYSLOG_WRITER_H 
   19#define _LOG4CXX_SYSLOG_WRITER_H 
   36#define SYSLOG_PORT 514 
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)
 
#define LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(T, V)
Definition: log4cxx.h:85
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::basic_string< logchar > LogString
Definition: logstring.h:60
 
#define SYSLOG_PORT
Definition: syslogwriter.h:36