RequestDebugLogRequestOperation Method |
Logs the request operation. Logs the request operation to the file and to current request log for debugging.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static void LogRequestOperation(
string method,
string parameter,
int indent
)
Parameters
- method
- Type: SystemString
Method (Operation) - parameter
- Type: SystemString
Parameter - indent
- Type: SystemInt32
Log indentation
See Also