00001 #ifndef DEBUGH 00002 #define DEBUGH 00003 00004 #include "sysdefines.h" 00005 00006 00018 void DebugWarn(int condition, char *str); 00019 00021 void DebugError(int condidion, char *str); 00022 00023 00024 00025 00030 void DebugSetMessageLevel(int level); 00031 00033 int DebugGetMessageLevel(void); 00034 00041 void DebugMessage(int condition, int level, char *str, ...); 00042 00043 00049 void DebugSetTarget(FILE *target); 00050 00052 FILE *DebugGetTarget(void); 00053 00054 #endif