MacroDebug Class |
Namespace: CMS.MacroEngine
public static class MacroDebug
The MacroDebug type exposes the following members.
Name | Description | |
---|---|---|
CurrentLogIndent |
Current indentation of the Macros log.
| |
CurrentRequestLog |
Current request log.
| |
DebugCurrentRequest |
Debug current request Macros operations.
| |
Detailed |
Determines whether the debug provides detailed output.
| |
Settings |
Debug settings
|
Name | Description | |
---|---|---|
LogMacroFailure |
Logs the failure information.
| |
LogMacroOperation |
Logs the macro operation. Logs the security operation to the file and to current request log for debugging.
| |
LogSecurityCheckFailure |
Logs information that expression failed to evaluate for security reasons.
| |
LogToFile |
Logs the macro resolve operation to the log file.
| |
ReserveMacroLogItem |
Reserves new item for the macro operation.
| |
SetLogItemData |
Sets the log item result.
|