Debugging Tools


Functions

void MFDebug_Message (const char *pMessage)
 Logs a message to the debug output.
void MFDebug_Error (const char *pErrorMessage)
 Notifies the user of a critical error.
void MFDebug_Warn (int level, const char *pWarningMessage)
 Notifies the user of a runtime warning.
void MFDebug_Log (int level, const char *pMessage)
 Log a message to the debug output.
void MFDebug_SetMaximumWarningLevel (int maxLevel)
 Sets the maximum warning level.
void MFDebug_SetMaximumLogLevel (int maxLevel)
 Sets the maximum log level.
void MFDebug_Breakpoint ()
 Triggers a debugger breakpoint.
void MFDebug_Assert (bool condition, const char *pMessage)
 Asserts that a condition is true.
void MFDebug_AssertAlignment (void *pPointer, int alignment)
 Asserts that a pointer is aligned to a specific number of bytes.

Generated on Sat Oct 28 16:27:33 2006 for MountFuji Engine by  doxygen 1.4.5