IdsaAppender.hh
Go to the documentation of this file.
1 /*
2  * IdsaAppender.hh
3  *
4  * Copyright 2000, Marc Welz
5  *
6  * See the COPYING file for the terms of usage and distribution.
7  */
8 
9 #ifndef _LOG4CPP_IDSAAPPENDER_HH
10 #define _LOG4CPP_IDSAAPPENDER_HH
11 
12 #include <log4cpp/Portability.hh>
13 #include <string>
14 #include <stdarg.h>
15 #include <idsa.h>
17 
19 
26 public:
27 
34  IdsaAppender(const std::string& name, const std::string& idsaName);
35  virtual ~IdsaAppender();
36 
40  virtual bool reopen();
41 
45  virtual void close();
46 
51  virtual bool requiresLayout() const;
52 
53  virtual void setLayout(Layout* layout);
54 
55 protected:
56 
60  virtual void open();
61 
66  virtual void _append(const LoggingEvent& event);
67 
68  const std::string _idsaName;
69 
70  IDSA_CONNECTION *_idsaConnection;
71 
72 };
74 
75 #endif // _LOG4CPP_IDSAAPPENDER_HH
76 
#define LOG4CPP_NS_END
Definition: Portability.hh:50
virtual void setLayout(Layout *layout)
Set the Layout for this appender.
IDSA_CONNECTION * _idsaConnection
Definition: IdsaAppender.hh:70
IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Mar...
Definition: IdsaAppender.hh:25
The top level namespace for all &#39;Log for C++&#39; types and classes.
Definition: LoggingEvent.hh:32
virtual void open()
Calls idsa_open().
virtual void close()
Calls idsa_close()
virtual ~IdsaAppender()
virtual bool requiresLayout() const
The IdsaAppender does its own Layout.
virtual void _append(const LoggingEvent &event)
Sends a LoggingEvent to idsa.
IdsaAppender(const std::string &name, const std::string &idsaName)
Instantiate an IdsaAppender with given name and name.
AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of...
Extend this abstract class to create your own log layout format.
Definition: Layout.hh:22
virtual bool reopen()
Calls idsa_open() and idsa_close()
const std::string _idsaName
Definition: IdsaAppender.hh:68
#define LOG4CPP_NS_BEGIN
Definition: Portability.hh:49


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54