Esempio n. 1
0
 public IISLogAnalyzer()
 {
     this._tryItNowAnalyticsContext = new TryItNowAnalyticsContext();
     this._storageHelper            = new StorageHelper("wawssitelogblobtrywebsites");
 }
 public ApplicationLogAnalyzer()
 {
     this._tryItNowAnalyticsContext = new TryItNowAnalyticsContext();
     this._storageHelper = new StorageHelper("wawsapplogblobtrywebsites");
 }
Esempio n. 3
0
 public IISLogAnalyzer()
 {
     this._tryItNowAnalyticsContext = new TryItNowAnalyticsContext();
     this._storageHelper = new StorageHelper("wawssitelogblobtrywebsites");
 }