C# Class WebAnalytics.DataLayer.DataEngine

Inheritance: IDataLayerAPI
Datei anzeigen Open project: projectkudu/IISLogAnalyzerSiteExtension Class Usage Examples

Public Methods

Method Description
GetLines ( System.DateTime start, System.DateTime end ) : IEnumerable

Given a start and end date, return logs in a W3C_Extended object in that time interval Only return logs that have cookies within them

SetDataEngine ( string path ) : void

Set the location of the log files and create bookmarks for each of these log files.

Method Details

GetLines() public method

Given a start and end date, return logs in a W3C_Extended object in that time interval Only return logs that have cookies within them
public GetLines ( System.DateTime start, System.DateTime end ) : IEnumerable
start System.DateTime
end System.DateTime
return IEnumerable

SetDataEngine() public method

Set the location of the log files and create bookmarks for each of these log files.
public SetDataEngine ( string path ) : void
path string Directory that holds all the log files
return void