AppenderSkeleton.hh
Go to the documentation of this file.
1 /*
2  * AppenderSkeleton.hh
3  *
4  * Copyright 2001, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
5  * Copyright 2001, Bastiaan Bakker. All rights reserved.
6  *
7  * See the COPYING file for the terms of usage and distribution.
8  */
9 
10 #ifndef _LOG4CPP_APPENDERSKELETON_HH
11 #define _LOG4CPP_APPENDERSKELETON_HH
12 
13 #include <log4cpp/Portability.hh>
14 #include <log4cpp/Appender.hh>
15 #include <log4cpp/Filter.hh>
16 
18 
25 protected:
31  AppenderSkeleton(const std::string& name);
32 
33 public:
37  virtual ~AppenderSkeleton();
38 
43  virtual void doAppend(const LoggingEvent& event);
44 
50  virtual bool reopen();
51 
56  virtual void close() = 0;
57 
63  virtual bool requiresLayout() const = 0;
64 
69  virtual void setLayout(Layout* layout) = 0;
70 
77  virtual void setThreshold(Priority::Value priority);
78 
83  virtual Priority::Value getThreshold();
84 
88  virtual void setFilter(Filter* filter);
89 
94  virtual Filter* getFilter();
95 
96 protected:
102  virtual void _append(const LoggingEvent& event) = 0;
103 
104 
105 private:
108 private:
109  // suppress assignment operator
111 };
113 
114 #endif // _LOG4CPP_APPENDERSKELETON_HH
virtual bool requiresLayout() const =0
Check if the appender uses a layout.
#define LOG4CPP_NS_END
Definition: Portability.hh:50
virtual void setFilter(Filter *filter)=0
Set a Filter for this appender.
The top level namespace for all &#39;Log for C++&#39; types and classes.
Definition: LoggingEvent.hh:32
virtual void close()=0
Release any resources allocated within the appender such as file handles, network connections...
Users should extend this class to implement customized logging event filtering.
Definition: Filter.hh:49
virtual Filter * getFilter()=0
Get the Filter for this appender.
#define LOG4CPP_EXPORT
Definition: Export.hh:21
virtual Priority::Value getThreshold()=0
Get the threshold priority of this Appender.
virtual bool reopen()=0
Reopens the output destination of this Appender, e.g.
virtual void doAppend(const LoggingEvent &event)=0
Log in Appender specific way.
Priority::Value _threshold
Appender & operator=(const Appender &)
AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of...
virtual void setThreshold(Priority::Value priority)=0
Set the threshold priority of this Appender.
Extend this abstract class to create your own log layout format.
Definition: Layout.hh:22
int Value
The type of Priority Values.
Definition: Priority.hh:87
virtual void setLayout(Layout *layout)=0
Set the Layout for this appender.
Implement this interface for your own strategies for printing log statements.
Definition: Appender.hh:33
#define LOG4CPP_NS_BEGIN
Definition: Portability.hh:49


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