#include <ILogger.h>
|
virtual void | Log (Priority value, const char *stringFormat,...)=0 |
|
virtual void | LogVA (Priority value, const char *stringFormat, va_list arg)=0 |
|
virtual | ~ILogger () |
|
Definition at line 11 of file ILogger.h.
◆ Priority
Enumerator |
---|
ERR | |
WARN | |
INFO | |
DEBUG | |
NOTSET | |
Definition at line 14 of file ILogger.h.
◆ ~ILogger()
virtual GENICAM_NAMESPACE::ILogger::~ILogger |
( |
| ) |
|
|
inlinevirtual |
◆ Log()
virtual void GENICAM_NAMESPACE::ILogger::Log |
( |
Priority |
value, |
|
|
const char * |
stringFormat, |
|
|
|
... |
|
) |
| |
|
pure virtual |
◆ LogVA()
virtual void GENICAM_NAMESPACE::ILogger::LogVA |
( |
Priority |
value, |
|
|
const char * |
stringFormat, |
|
|
va_list |
arg |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: