RequestDebugLogToFile Method |
Logs the request operation to the log file.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax public static void LogToFile(
string method,
string parameter,
int indent
)
Parameters
- method
- Type: SystemString
Method (Operation) - parameter
- Type: SystemString
Method parameter - indent
- Type: SystemInt32
Indentation
See Also