#include <IdsaAppender.hh>
Inheritance diagram for log4cpp::IdsaAppender:
Public Methods | |
IdsaAppender (const std::string &name, const std::string &idsaName) | |
Instantiate an IdsaAppender with given name and name. More... | |
virtual | ~IdsaAppender () |
virtual bool | reopen () |
Calls idsa_open() and idsa_close(). More... | |
virtual void | close () |
Calls idsa_close(). More... | |
virtual bool | requiresLayout () const |
The IdsaAppender does its own Layout. More... | |
virtual void | setLayout (Layout *layout) |
Set the Layout for this appender. More... | |
Protected Methods | |
virtual void | open () |
Calls idsa_open(). More... | |
virtual void | _append (const LoggingEvent &event) |
Sends a LoggingEvent to idsa. More... | |
Protected Attributes | |
const std::string | _idsaName |
IDSA_CONNECTION * | _idsaConnection |
See http://jade.cs.uct.ac.za/idsa/ for more information on IDS/A.
|
Instantiate an IdsaAppender with given name and name. Unlike the syslog API, idsa allows multiple connections.
|
|
|
|
Sends a LoggingEvent to idsa.
Implements log4cpp::AppenderSkeleton. |
|
Calls idsa_close().
Implements log4cpp::AppenderSkeleton. |
|
Calls idsa_open().
|
|
Calls idsa_open() and idsa_close().
Reimplemented from log4cpp::AppenderSkeleton. |
|
The IdsaAppender does its own Layout.
Implements log4cpp::AppenderSkeleton. |
|
Set the Layout for this appender.
Implements log4cpp::AppenderSkeleton. |
|
|
|
|