Пример #1
0
 public LogPersister(Config config) {
   this.config = config;
   interval = TimerManager.setInterval(intervalTimeout, this, null);
 }