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

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public void ProcessLog(
	string fileName,
	string codeName = null
)

Parameters

fileName
Type: SystemString
Log file name
codeName (Optional)
Type: SystemString
Statistics code name
See Also