Click or drag to resize
HitLogProcessorProcessLog Method (String, String)
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: 9.0.0
Syntax
C#
public void ProcessLog(
	string fileName,
	string codeName
)

Parameters

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