Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
log4cpp::RemoteSyslogAppender Class Reference

#include <RemoteSyslogAppender.hh>

Inheritance diagram for log4cpp::RemoteSyslogAppender:
Inheritance graph
[legend]

Public Member Functions

virtual void close ()
 
 RemoteSyslogAppender (const std::string &name, const std::string &syslogName, const std::string &relayer, int facility=LOG_USER, int portNumber=514)
 
virtual bool reopen ()
 
virtual ~RemoteSyslogAppender ()
 
- Public Member Functions inherited from log4cpp::LayoutAppender
 LayoutAppender (const std::string &name)
 
virtual bool requiresLayout () const
 
virtual void setLayout (Layout *layout=NULL)
 
virtual ~LayoutAppender ()
 
- Public Member Functions inherited from log4cpp::AppenderSkeleton
virtual void doAppend (const LoggingEvent &event)
 
virtual FiltergetFilter ()
 
virtual Priority::Value getThreshold ()
 
virtual void setFilter (Filter *filter)
 
virtual void setThreshold (Priority::Value priority)
 
virtual ~AppenderSkeleton ()
 
- Public Member Functions inherited from log4cpp::Appender
const std::string & getName () const
 
virtual ~Appender ()
 

Static Public Member Functions

static int toSyslogPriority (Priority::Value priority)
 
- Static Public Member Functions inherited from log4cpp::Appender
static void closeAll ()
 
static AppendergetAppender (const std::string &name)
 
static bool reopenAll ()
 

Protected Member Functions

virtual void _append (const LoggingEvent &event)
 
virtual void open ()
 
- Protected Member Functions inherited from log4cpp::LayoutAppender
Layout_getLayout ()
 
- Protected Member Functions inherited from log4cpp::AppenderSkeleton
 AppenderSkeleton (const std::string &name)
 
- Protected Member Functions inherited from log4cpp::Appender
 Appender (const std::string &name)
 

Protected Attributes

int _facility
 
in_addr_t _ipAddr
 
int _portNumber
 
const std::string _relayer
 
int _socket
 
const std::string _syslogName
 

Private Attributes

int _cludge
 

Additional Inherited Members

- Public Types inherited from log4cpp::LayoutAppender
typedef BasicLayout DefaultLayoutType
 

Detailed Description

RemoteSyslogAppender sends LoggingEvents to a remote syslog system.

Also see: draft-ietf-syslog-syslog-12.txt

Definition at line 72 of file RemoteSyslogAppender.hh.

Constructor & Destructor Documentation

log4cpp::RemoteSyslogAppender::RemoteSyslogAppender ( const std::string &  name,
const std::string &  syslogName,
const std::string &  relayer,
int  facility = LOG_USER,
int  portNumber = 514 
)

Instantiate a RemoteSyslogAppender with given name and name and facility for syslog.

Parameters
nameThe name of the Appender
syslogNameThe ident parameter in the openlog(3) call.
relayerThe IP address or hostname of a standard syslog host.
facilityThe syslog facility to log to. Defaults to LOG_USER. Value '-1' implies to use the default.
portNumberAn alternative port number. Defaults to the standard syslog port number (514). Value '-1' implies to use the default.

Definition at line 57 of file RemoteSyslogAppender.cpp.

log4cpp::RemoteSyslogAppender::~RemoteSyslogAppender ( )
virtual

Definition at line 74 of file RemoteSyslogAppender.cpp.

Member Function Documentation

void log4cpp::RemoteSyslogAppender::_append ( const LoggingEvent event)
protectedvirtual

Sends a LoggingEvent to the remote syslog.

Parameters
eventthe LoggingEvent to log.

Implements log4cpp::AppenderSkeleton.

Definition at line 135 of file RemoteSyslogAppender.cpp.

void log4cpp::RemoteSyslogAppender::close ( )
virtual

Closes the socket

Implements log4cpp::AppenderSkeleton.

Definition at line 124 of file RemoteSyslogAppender.cpp.

void log4cpp::RemoteSyslogAppender::open ( )
protectedvirtual

Just creates the socket.

Definition at line 84 of file RemoteSyslogAppender.cpp.

bool log4cpp::RemoteSyslogAppender::reopen ( )
virtual

Closes and reopens the socket.

Reimplemented from log4cpp::AppenderSkeleton.

Definition at line 166 of file RemoteSyslogAppender.cpp.

int log4cpp::RemoteSyslogAppender::toSyslogPriority ( Priority::Value  priority)
static

Translates a log4cpp priority to a syslog priority

Parameters
priorityThe log4cpp priority.
Returns
the syslog priority.

Definition at line 36 of file RemoteSyslogAppender.cpp.

Member Data Documentation

int log4cpp::RemoteSyslogAppender::_cludge
private

Definition at line 135 of file RemoteSyslogAppender.hh.

int log4cpp::RemoteSyslogAppender::_facility
protected

Definition at line 126 of file RemoteSyslogAppender.hh.

in_addr_t log4cpp::RemoteSyslogAppender::_ipAddr
protected

Definition at line 133 of file RemoteSyslogAppender.hh.

int log4cpp::RemoteSyslogAppender::_portNumber
protected

Definition at line 127 of file RemoteSyslogAppender.hh.

const std::string log4cpp::RemoteSyslogAppender::_relayer
protected

Definition at line 125 of file RemoteSyslogAppender.hh.

int log4cpp::RemoteSyslogAppender::_socket
protected

Definition at line 131 of file RemoteSyslogAppender.hh.

const std::string log4cpp::RemoteSyslogAppender::_syslogName
protected

Definition at line 124 of file RemoteSyslogAppender.hh.


The documentation for this class was generated from the following files:


log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00