RwSetDebugSeverity(RwDebugSeverity severity);
Description
Sets the minimum severity level for the reporting of debugging messages.
Arguments
severity The minimum severity level.
Return Value
None.
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