Example #1
0
 public Logger()
 {
     this.ts       = TableStorage.MakeDefaultTableStorage();
     this.settings = GenUtils.GetSettingsFromAzureTable();
     this.loglevel = Convert.ToInt32(settings["loglevel"]);
     this.Start();
 }