TestLoggingAvailability.hpp
Go to the documentation of this file.
1 #ifndef TESTLOGGINGAVAILABILITY_HPP
2 #define TESTLOGGINGAVAILABILITY_HPP 1
3 
4 #include <rtt/TaskContext.hpp>
5 
6 namespace OCL {
7 namespace logging {
8 
9 // forward declare
10 class Category;
11 
12 namespace test {
13 
15 {
16 public:
17  LoggingAvailability(std::string name);
18  virtual ~LoggingAvailability();
19 
20 protected:
21  virtual bool configureHook();
22  virtual bool startHook();
23  virtual void updateHook();
24  virtual void stopHook();
25 
27 };
28 
29 // namespaces
30 }
31 }
32 }
33 
34 #endif
void test(std::string pattern, log4cpp::PatternLayout *layout, log4cpp::Category &cat)
class OCL_API Category


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