Mount Fuji Engine  0.8b
MF_API void MFDebug_Warn ( int  level,
const char *  pWarningMessage 
)

Notifies the user of a runtime warning. The warning level can be controlled at runtime to restrict unwanted warnings.

Parameters
levelWarning level.
pWarningMessageMessage to log to the debugger.
Returns
None.
Remarks
The warning level output can be controlled at runtime.

Valid Warning levels:

  • 0 - Warning will be always be displayed. For critical warnings.
  • 1 - Critical Warning. Application will probably not run correctly.
  • 2 - Non-Critical Warning. Application will run, but may perform incorrectly.
  • 3 - General Warning. For general information feedback.
  • 4 - Low Warning. For small generally unimportant details.