DebugMode_OFF

Disables enhanced logging.

Syntax

bool DebugMode_OFF ()

Parameters

None.

Returns

Always True.

Level

All.

Details

This actions turns off the enhanced logging procedures turned on by an earlier DebugMode_On action.

Enhanced logging expands the scope and depth of a processing log's information, and of the logs that a Rulerunner task generates when you are testing a rule and its actions.

This feature also increases a Log file's size significantly, and should only be used when you are testing the impact of an action and rule on the application's workflow.

Example
DebugMode_Off()