Enrollment 28.2.0
Loading...
Searching...
No Matches
LoggerCallBacks Struct Reference

LoggerCallBacks contains logger handle and function pointers as callbacks. More...

#include <Logger.h>

Collaboration diagram for LoggerCallBacks:

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.

Detailed Description

LoggerCallBacks contains logger handle and function pointers as callbacks.

Note
Only for C++

Member Data Documentation

◆ log

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().


The documentation for this struct was generated from the following file: