RenderWare V2.1

Previous Page Index Next Page

RwDebugSeverity

RwGetDebugSeverity(void);

Description

Gets the current minimum severity level for the reporting of debugging messages.

Arguments

None.

Return Value

The current debug severity level.

Comments

The debug message severity levels are:

• rwINFORM Control flow annotations, non-fatal exceptions and fatal exceptions are all enabled.

• rwWARNING Non-fatal exceptions and fatal exceptions are enabled.

• rwERROR Fatal exceptions are enabled.

See Also

RwSetDebugSeverity()