Uses of Class
org.javasimon.callback.logging.DelegateLogTemplate

Packages that use DelegateLogTemplate
org.javasimon.callback.logging LoggingCallback is able to log stopwatch splits and statistics once in a while (N per millisecond, every N split, when split is longer than N ms, etc.) 
 

Uses of DelegateLogTemplate in org.javasimon.callback.logging
 

Subclasses of DelegateLogTemplate in org.javasimon.callback.logging
 class CounterLogTemplate<C>
          Log template that logs something every N invocations of the CounterLogTemplate.isEnabled(Object) method.
 class PeriodicLogTemplate<C>
          Log template that logs something after every N milliseconds.
 class SplitThresholdLogTemplate
          Log template which awakes only when split is longer than given threshold.
 



Copyright © 2013. All Rights Reserved.