IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz.
More...
#include <IdsaAppender.hh>
List of all members.
Detailed Description
IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz.
See http://jade.cs.uct.ac.za/idsa/ for more information on IDS/A.
Constructor & Destructor Documentation
log4shib::IdsaAppender::IdsaAppender |
( |
const std::string & |
name, |
|
|
const std::string & |
idsaName |
|
) |
| |
Instantiate an IdsaAppender with given name and name.
Unlike the syslog API, idsa allows multiple connections.
- Parameters:
-
name | The name of the Appender |
idsaName | The service parameter of idsa |
virtual log4shib::IdsaAppender::~IdsaAppender |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void log4shib::IdsaAppender::_append |
( |
const LoggingEvent & |
event | ) |
|
|
protectedvirtual |
virtual void log4shib::IdsaAppender::close |
( |
| ) |
|
|
virtual |
virtual void log4shib::IdsaAppender::open |
( |
| ) |
|
|
protectedvirtual |
virtual bool log4shib::IdsaAppender::reopen |
( |
| ) |
|
|
virtual |
virtual bool log4shib::IdsaAppender::requiresLayout |
( |
| ) |
const |
|
virtual |
virtual void log4shib::IdsaAppender::setLayout |
( |
Layout * |
layout | ) |
|
|
virtual |
Member Data Documentation
IDSA_CONNECTION* log4shib::IdsaAppender::_idsaConnection |
|
protected |
const std::string log4shib::IdsaAppender::_idsaName |
|
protected |
The documentation for this class was generated from the following file: