AnalyticsDebugLogActivityOperation Method |
Note: This API is now obsolete.
Logs the activity operation. Logs the activity operation to the file and to current request log for debugging.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax [ObsoleteAttribute]
public static void LogActivityOperation(
ActivityData data
)
Parameters
- data
- Type: CMS.WebAnalyticsActivityData
Activity data
See Also