Click or drag to resize
ActivityLogProcessorProcessLog Method
Processes the whole log file in memory and writes the results to the database.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public void ProcessLog(
	string fileName
)

Parameters

fileName
Type: SystemString
Log file name
See Also