This is the first working version of the new logging system. Some work
in fine tuning still needs to be done. But is reasonably OK now.
This commit is contained in:
9
logv2.h
9
logv2.h
@ -57,4 +57,13 @@ typedef void (*LogCallback)(unsigned int severity, const char *timeStamp,
|
||||
void RegisterLogCallback(LogCallback func, void *userData);
|
||||
void RemoveLogCallback(LogCallback func);
|
||||
|
||||
/*
|
||||
*Disable logging in support of the nolog option in SICSmain.c
|
||||
*/
|
||||
void DisableLog(void);
|
||||
/*
|
||||
* close the log as cleanup on exit
|
||||
*/
|
||||
void LogClose(void *data);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user