Package com.tridion.util.log
package com.tridion.util.log
-
ClassDescriptionThis class can be used as simple Timer, for instance to log some info only 1 time per second USAGE: LimitedFrequency lf=new LimitedFrequency(1000L); if (lf.isTimePassed()) logger.info("some limited information to be logged once per second"); Created by inikonov on 9/16/2015.This interface provides main functionality for progress bars.