CategoryAdapter.hh
Go to the documentation of this file.
1 
2 #ifndef LOG4CPP_CATEGORY_ADAPTER_HPP
3 #define LOG4CPP_CATEGORY_ADAPTER_HPP
4 
5 #include <log4cpp/Portability.hh>
6 #include <log4cpp/Category.hh>
7 
8 #include <Log/ILogger.h>
9 
10 
11 
13 
15 {
16 public:
19  void Log(GENICAM_NAMESPACE::ILogger::Priority logPriority, const char*, ...);
20  void LogVA(GENICAM_NAMESPACE::ILogger::Priority value, const char* stringFormat, va_list arg);
21 
22 private:
23  // Prevent auto-generated assignment operator by this private one. Otherwise
24  // Visual Studio 2013 gives a warning
25  void operator=(const CategoryAdapter&);
26 
28 
29  LOG4CPP_NS::Priority::Value GetPriority(GENICAM_NAMESPACE::ILogger::Priority gcPriority);
30 
31 };
32 
34 
35 
36 
37 #endif
#define LOG4CPP_NS_END
Definition: Portability.hh:50
void Log(GENICAM_NAMESPACE::ILogger::Priority logPriority, const char *,...)
LOG4CPP_NS::Priority::Value GetPriority(GENICAM_NAMESPACE::ILogger::Priority gcPriority)
CategoryAdapter(LOG4CPP_NS::Category &categoryRef)
LOG4CPP_NS_BEGIN class LOG4CPP_EXPORT Category
LOG4CPP_NS::Category & mCategoryRef
void operator=(const CategoryAdapter &)
void LogVA(GENICAM_NAMESPACE::ILogger::Priority value, const char *stringFormat, va_list arg)
#define LOG4CPP_NS_BEGIN
Definition: Portability.hh:49


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Mar 17 2021 02:48:40