siso_log.h Source File |
siso_log.h
Go to the documentation of this file.
84typedef void FuncType_LogMsgCallback(tProcessId pid, tThreadId tid, const char* const logger, unsigned int level, const char* const msg, unsigned int tagcount, const tSisoLogTag* const tags, void* userdata);
int SisoLog_RegisterLogMsgCallback(FuncType_LogMsgCallback *callback, void *userdata) Register the user callback for log events. void FuncType_LogMsgCallback(tProcessId pid, tThreadId tid, const char *const logger, unsigned int level, const char *const msg, unsigned int tagcount, const tSisoLogTag *const tags, void *userdata) Callback function definition for log events. Definition siso_log.h:84 int SisoLog_GetMode(unsigned int *mode) The function SisoLog_GetMode() returns the current mode for the library. int SisoLog_FreeLibrary() The function SisoLog_FreeLibrary() releases internal structures of the library. int SisoLog_SetMode(unsigned int mode) The function SisoLog_SetMode() set the mode for the library. int SisoLog_InitLibrary() The function SisoLog_InitLibrary() initializes internal structures of the library. |