Main Page | Modules | Data Structures | File List | Data Fields | Globals

Debug and logging system.

If your software or the system crashes during development use the set of debug functions to find the error. More...


Files

file  debug.c
 Debug core file.

Functions

void DebugMessage (char *szFormat,...)
 Writes a message into the debug file using the label "Message:".
void DebugWarning (char *szFormat,...)
 Writes a message into the debug file using the label "Warning:".
void DebugError (char *szFormat,...)
 Writes a message into the debug file using the label "Error:".
void DebugFatal (char *szFormat,...)
 Writes a message into the debug file using the label "Fatal:" and halts the kernel.

Detailed Description

If your software or the system crashes during development use the set of debug functions to find the error.


Generated on Fri Oct 29 14:32:53 2004 for oZone GUI by doxygen 1.3.8