This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

VFML: Debug.h Source File
Main Page | Modules | Data Structures | File List | Globals | Related Pages

Debug.h

Go to the documentation of this file.
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

Generated for VFML by doxygen hosted by SourceForge.net Logo