Click or drag to resize
DebugEvents Class
Debug events handlers.
Inheritance Hierarchy
SystemObject
  CMS.BaseDebugEvents

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static class DebugEvents

The DebugEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAnalyticsDebugItemLogged
Fires when a new analytics debug item is logged to debug.
Public fieldStatic memberCacheDebugItemLogged
Fires when a new cache debug item is logged to debug.
Public fieldStatic memberIODebugItemLogged
Fires when a new IO debug item is logged to debug.
Public fieldStatic memberMacroDebugItemLogged
Fires when a new macro debug item is logged to debug.
Public fieldStatic memberSecurityDebugItemLogged
Fires when a new security debug item is logged to debug.
Public fieldStatic memberSettingsReset
Fires when debug settings are reset. The event arguments do not contain any debug data.
Public fieldStatic memberSQLDebugItemLogged
Fires when a new SQL debug item is logged to debug.
Public fieldStatic memberViewStateDebugItemLogged
Fires when a new macro debug item is logged to debug.
Top
See Also