#include <CategoryAdapter.hh>

Public Member Functions | |
| CategoryAdapter (LOG4CPP_NS::Category &categoryRef) | |
| void | Log (GENICAM_NAMESPACE::ILogger::Priority logPriority, const char *,...) |
| void | LogVA (GENICAM_NAMESPACE::ILogger::Priority value, const char *stringFormat, va_list arg) |
| ~CategoryAdapter () | |
Public Member Functions inherited from GENICAM_NAMESPACE::ILogger | |
| virtual void | Log (Priority value, const char *stringFormat,...)=0 |
| virtual void | LogVA (Priority value, const char *stringFormat, va_list arg)=0 |
| virtual | ~ILogger () |
Private Member Functions | |
| LOG4CPP_NS::Priority::Value | GetPriority (GENICAM_NAMESPACE::ILogger::Priority gcPriority) |
| void | operator= (const CategoryAdapter &) |
Private Attributes | |
| LOG4CPP_NS::Category & | mCategoryRef |
Additional Inherited Members | |
Public Types inherited from GENICAM_NAMESPACE::ILogger | |
| enum | Priority { ERR = 300, WARN = 400, INFO = 600, DEBUG = 700, NOTSET = 800 } |
Definition at line 14 of file CategoryAdapter.hh.
| CategoryAdapter::CategoryAdapter | ( | LOG4CPP_NS::Category & | categoryRef | ) |
| CategoryAdapter::~CategoryAdapter | ( | ) |
|
private |
| void CategoryAdapter::Log | ( | GENICAM_NAMESPACE::ILogger::Priority | logPriority, |
| const char * | , | ||
| ... | |||
| ) |
| void CategoryAdapter::LogVA | ( | GENICAM_NAMESPACE::ILogger::Priority | value, |
| const char * | stringFormat, | ||
| va_list | arg | ||
| ) |
|
private |
|
private |
Definition at line 27 of file CategoryAdapter.hh.