|
Enrollment 28.2.0
|
LoggerCallBacks contains logger handle and function pointers as callbacks. More...
#include <Logger.h>
Public Attributes | |
| void * | log |
| Logger handle. | |
| LoggerCallback | logInfo |
| Callback to log info level. | |
| LoggerCallback | logError |
| Callback to error info level. | |
| LoggerCallback | logDebug |
| Callback to log debug level. | |
LoggerCallBacks contains logger handle and function pointers as callbacks.
| void* log |
Logger handle.
It is not used in binary. Binary provides this handle back to header part of library, that cast it safely to already created Logger class.
Referenced by CallbackLogger::GetCallbacks().