HitLogProcessorProcessLog Method (String, String) |
Processes the whole log file in memory and writes the results to the database.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax public void ProcessLog(
string fileName,
string codeName
)
Parameters
- fileName
- Type: SystemString
Log file name - codeName
- Type: SystemString
Statistics code name
See Also