|
Apache Log4cxx
Version 1.7.0
|
SyslogWriter is a wrapper around the DatagramSocket class it writes text to the specified host on the port 514 (UNIX syslog). More...
#include <syslogwriter.h>
Public Member Functions | |
| SyslogWriter (const LogString &syslogHost, int syslogHostPort=SYSLOG_PORT) | |
| ~SyslogWriter () | |
| void | write (const LogString &string) |
SyslogWriter is a wrapper around the DatagramSocket class it writes text to the specified host on the port 514 (UNIX syslog).
| log4cxx::helpers::SyslogWriter::SyslogWriter | ( | const LogString & | syslogHost, |
| int | syslogHostPort = SYSLOG_PORT ) |
| log4cxx::helpers::SyslogWriter::~SyslogWriter | ( | ) |
| void log4cxx::helpers::SyslogWriter::write | ( | const LogString & | string | ) |