HandlersDebugStartHandlerOperation Method (String, String) |
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static DataRow StartHandlerOperation(
string name,
string partName
)
Parameters
- name
- Type: SystemString
Name of the handler or method - partName
- Type: SystemString
Name of the part of the handler that is called
Return Value
Type:
DataRowReturns the DataRow with new log item
See Also