C# Class SobekCM.Builder_Library.Statistics.SobekCM_Log_Reader

Reads the usage logs and outputs a corresponding SobekCM_Stats_DataSet object
This class is used by the SobekCM Stats Reader app
显示文件 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
Read_Log ( string Log_File ) : SobekCM_Stats_DataSet

Read a IIS web log, analyze completely, and return the corresponding SobekCM_Stats_DataSet object

SobekCM_Log_Reader ( DataTable Item_List, string SobekCM_Web_App_Directory ) : System

Constructor for a new instance of the SobekCM_Log_Reader class

Private Methods

Method Description
parse_line ( string StatsLine ) : void

Method Details

Read_Log() public method

Read a IIS web log, analyze completely, and return the corresponding SobekCM_Stats_DataSet object
public Read_Log ( string Log_File ) : SobekCM_Stats_DataSet
Log_File string Location for the log file to read
return SobekCM_Stats_DataSet

SobekCM_Log_Reader() public method

Constructor for a new instance of the SobekCM_Log_Reader class
public SobekCM_Log_Reader ( DataTable Item_List, string SobekCM_Web_App_Directory ) : System
Item_List System.Data.DataTable List of all items
SobekCM_Web_App_Directory string
return System