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

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

Methods in org.javasimon.callback.logging that return JULLogTemplate
static
<C> JULLogTemplate<C>
LogTemplates.toJUL(String loggerName, Level level)
          Produces a concrete log template which logs messages into a Java Util Logging Logger.
 



Copyright © 2013. All Rights Reserved.