Uses of Package
com.tridion.util.log

Packages that use com.tridion.util.log
Package
Description
 
  • Class
    Description
     
    This 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.