Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
SyslogAppender Class Reference

SyslogAppender sends LoggingEvents to the local syslog system. More...

#include <SyslogAppender.hh>

Inheritance diagram for SyslogAppender:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void close ()
 Calls closelog(3) to close the syslog file descriptor.
virtual bool reopen ()
 Calls closelog(3) and openlog(3).
 SyslogAppender (const std::string &name, const std::string &syslogName, int facility=LOG_USER)
 Instantiate a SyslogAppender with given name and name and facility for syslog.
virtual ~SyslogAppender ()

Static Public Member Functions

static int toSyslogPriority (Priority::Value priority)
 Translates a log4cpp priority to a syslog priority.

Protected Member Functions

virtual void _append (const LoggingEvent &event)
 Sends a LoggingEvent to syslog.
virtual void open ()
 Calls openlog(3).

Protected Attributes

int _facility
const std::string _syslogName

Detailed Description

SyslogAppender sends LoggingEvents to the local syslog system.

Definition at line 25 of file SyslogAppender.hh.


Constructor & Destructor Documentation

SyslogAppender::SyslogAppender ( const std::string &  name,
const std::string &  syslogName,
int  facility = LOG_USER 
)

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

Note that the C syslog API is process global, so instantion of a second SyslogAppender will 'overwrite' the syslog name of the first.

Parameters:
nameThe name of the Appender
syslogNameThe ident parameter in the openlog(3) call.
facilityThe syslog facility to log to. Defaults to LOG_USER.
virtual SyslogAppender::~SyslogAppender ( ) [virtual]

Member Function Documentation

virtual void SyslogAppender::_append ( const LoggingEvent event) [protected, virtual]

Sends a LoggingEvent to syslog.

Parameters:
eventthe LoggingEvent to log.

Implements AppenderSkeleton.

virtual void SyslogAppender::close ( ) [virtual]

Calls closelog(3) to close the syslog file descriptor.

Implements AppenderSkeleton.

virtual void SyslogAppender::open ( ) [protected, virtual]

Calls openlog(3).

virtual bool SyslogAppender::reopen ( ) [virtual]

Calls closelog(3) and openlog(3).

Reimplemented from AppenderSkeleton.

static int SyslogAppender::toSyslogPriority ( Priority::Value  priority) [static]

Translates a log4cpp priority to a syslog priority.

Parameters:
priorityThe log4cpp priority.
Returns:
the syslog priority.

Member Data Documentation

int SyslogAppender::_facility [protected]

Definition at line 72 of file SyslogAppender.hh.

const std::string SyslogAppender::_syslogName [protected]

Definition at line 71 of file SyslogAppender.hh.


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 18:42:48