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