Click or drag to resize
HitLogProcessor Class
HitLogProcessor class.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsHitLogProcessor

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public class HitLogProcessor : ITask

The HitLogProcessor type exposes the following members.

Constructors
  NameDescription
Public methodHitLogProcessor
Top
Methods
  NameDescription
Public methodExecute
Executes the logprocessor action.
Public methodProcessExitPages
Creates log. files for expired exit page candidates and removes exit pages records.
Public methodProcessFinishedLogs
Gets the log files that are finished (are no longer valid).
Public methodProcessLog(String)
Processes the whole log file in memory and writes the results to the database.
Public methodProcessLog(String, String)
Processes the whole log file in memory and writes the results to the database.
Public methodStatic memberSaveLogToDatabase
Splits log into time intervals (days, hours, etc.) and saves it to the database.
Top
See Also