Exemple #1
0
 public void ReloadCounters()
 {
     GenUtils.LogMsg("status", "Monitor.ReloadCounters", null);
     this.counters = Counters.GetCounters();
     this.priority_log_triggers = GetPriorityLogTriggers(this.ts);
 }