Click or drag to resize
AnalyticsDebugLogToFile Method (ActivityData)

Note: This API is now obsolete.

Logs the activity to the log file.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute]
public static void LogToFile(
	ActivityData data
)

Parameters

data
Type: CMS.WebAnalyticsActivityData
Activity data
See Also