OstreamAppender.hpp
Go to the documentation of this file.
1 #ifndef OSTREAMAPPENDER_HPP
2 #define OSTREAMAPPENDER_HPP 1
3 
4 #include "Appender.hpp"
5 #include <rtt/Property.hpp>
6 
7 namespace OCL {
8 namespace logging {
9 
11 {
12 public:
13  OstreamAppender(std::string name);
14  virtual ~OstreamAppender();
15 
16 protected:
18  virtual bool configureHook();
20  virtual void updateHook();
22  virtual void cleanupHook();
23 
28 
39 };
40 
41 // namespaces
42 }
43 }
44 
45 #endif
virtual bool configureHook()
Create log4cpp appender.
RTT::Property< int > maxEventsPerCycle_prop
virtual void updateHook()
Process at most one (1) event.
virtual void cleanupHook()
Destroy appender.


ocl
Author(s): OCL Development Team
autogenerated on Mon Mar 23 2020 04:47:19