#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.
| Enumerator |
|---|
| ERR |
|
| WARN |
|
| INFO |
|
| DEBUG |
|
| NOTSET |
|
Definition at line 14 of file ILogger.h.
| virtual GENICAM_NAMESPACE::ILogger::~ILogger |
( |
| ) |
|
|
inlinevirtual |
| virtual void GENICAM_NAMESPACE::ILogger::Log |
( |
Priority |
value, |
|
|
const char * |
stringFormat, |
|
|
|
... |
|
) |
| |
|
pure virtual |
| 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: