HandlersDebugLogToFile Method |
Logs the handler operation to the log file.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static void LogToFile(
string name,
string partName,
int indent
)
Parameters
- name
- Type: SystemString
Name of the handler or method - partName
- Type: SystemString
Name of the part of the handler that is called - indent
- Type: SystemInt32
Indentation of the log
See Also