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

Packages that use CounterLogTemplate
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 CounterLogTemplate in org.javasimon.callback.logging
 

Methods in org.javasimon.callback.logging that return CounterLogTemplate
static
<C> CounterLogTemplate<C>
LogTemplates.everyNSplits(LogTemplate<C> delegateLogger, int period)
          Produces a log template which logs something every N split
 



Copyright © 2013. All Rights Reserved.