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

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

Methods in org.javasimon.callback.logging that return PeriodicLogTemplate
static
<C> PeriodicLogTemplate<C>
LogTemplates.everyNMilliseconds(LogTemplate<C> delegateLogger, long period)
          Produces a log template which logs something at most every N milliseconds
static
<C> PeriodicLogTemplate<C>
LogTemplates.everyNSeconds(LogTemplate<C> delegateLogger, long period)
          Produces a log template which logs something at most every N secoonds
 



Copyright © 2013. All Rights Reserved.