HandlersDebugStartHandlerOperation Method (MethodInfo) |
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(
MethodInfo method
)
Parameters
- method
- Type: System.ReflectionMethodInfo
Called method
Return Value
Type:
DataRowReturns the DataRow with new log item
See Also