C# Class WebAnalytics.Models.BookmarkAPI.LogFileBookmarkManager

Afficher le fichier Open project: projectkudu/IISLogAnalyzerSiteExtension

Méthodes publiques

Méthode Description
RunManager ( string logPathDirectory ) : void

Private Methods

Méthode Description
CacheBookmarks ( ) : void
ParseFile ( string fileName, long seekPosition ) : void
TestCorrectPosition ( FileStream fileStream, long current, long offset, StringBuilder sb, char line ) : void

Method Details

RunManager() public méthode

public RunManager ( string logPathDirectory ) : void
logPathDirectory string
Résultat void