HandlersDebug.LogHandlerOperation Method (String, String, Int32)Kentico 8.0 API Reference
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem.String
Name of the handler or method
partName
Type: OnlineSystem.String
Name of the part of the handler that is called
indent (Optional)
Type: OnlineSystem.Int32
Indentation of the logged record

Return Value

Type: OnlineDataRow
Returns the DataRow with new log item
See Also