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>
SyslogWriter is a wrapper around the DatagramSocket class it writes text to the specified host on the port 514 (UNIX syslog) 
 
◆ SyslogWriter()
      
        
          | log4cxx::helpers::SyslogWriter::SyslogWriter  | 
          ( | 
          const LogString &  | 
          syslogHost,  | 
        
        
           | 
           | 
          int  | 
          syslogHostPort = SYSLOG_PORT  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~SyslogWriter()
      
        
          | log4cxx::helpers::SyslogWriter::~SyslogWriter  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ write()
      
        
          | void log4cxx::helpers::SyslogWriter::write  | 
          ( | 
          const LogString &  | 
          string | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: