#include <errmanager.h>
Data Fields | |
int | logLevel |
Store loglevel. | |
int | logType |
Store type of logging. | |
void(* | errCallBack )(void *ctxt, char *pFile, char *pFunc, int iLine, int level, char *fmt) |
Callback function that will be called, if logtype is EM_TYPE_CALLBACK. | |
void * | ctxt |
Context pointer. | |
char * | filename |
Filename to log to, if logtype is EM_TYPE_FILE. |
Definition at line 84 of file errmanager.h.
|
Callback function that will be called, if logtype is EM_TYPE_CALLBACK.
Referenced by emInit(), and emManager(). |