9 #ifndef _LOG4SHIB_IDSAAPPENDER_HH 10 #define _LOG4SHIB_IDSAAPPENDER_HH 34 IdsaAppender(
const std::string& name,
const std::string& idsaName);
75 #endif // _LOG4SHIB_IDSAAPPENDER_HH IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Mar...
Definition: IdsaAppender.hh:25
The internal representation of logging events.
Definition: LoggingEvent.hh:32
virtual bool requiresLayout() const
The IdsaAppender does its own Layout.
IDSA_CONNECTION * _idsaConnection
Definition: IdsaAppender.hh:70
virtual void _append(const LoggingEvent &event)
Sends a LoggingEvent to idsa.
virtual void setLayout(Layout *layout)
Set the Layout for this appender.
virtual bool reopen()
Calls idsa_open() and idsa_close()
AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of...
Definition: AppenderSkeleton.hh:24
IdsaAppender(const std::string &name, const std::string &idsaName)
Instantiate an IdsaAppender with given name and name.
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
virtual void close()
Calls idsa_close()
Extend this abstract class to create your own log layout format.
Definition: Layout.hh:22
virtual void open()
Calls idsa_open().
const std::string _idsaName
Definition: IdsaAppender.hh:68