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