Click or drag to resize
AnalyticsDebug Class
Analytics debug methods
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsAnalyticsDebug

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public class AnalyticsDebug

The AnalyticsDebug type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsDebug
Top
Properties
  NameDescription
Public propertyStatic memberCurrentRequestLog
Current request log.
Public propertyStatic memberDebugCurrentRequest
Debug current request Analytics access.
Public propertyStatic memberSettings
Debug settings
Top
Methods
  NameDescription
Public methodStatic memberLogAnalyticsOperation
Logs the analytics operation. Logs the analytics operation to the file and to current request log for debugging.
Public methodStatic memberLogToFile
Logs the analytics operation to the log file.
Top
See Also