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