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