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

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

Subclasses of SLF4JLogTemplate in org.javasimon.callback.logging
static class SLF4JLogTemplate.Debug<C>
          SLF4J Log template with DEBUG level.
static class SLF4JLogTemplate.Info<C>
          SLF4J Log template with INFO level.
static class SLF4JLogTemplate.Warn<C>
          SLF4J Log template with WARN level.
 

Methods in org.javasimon.callback.logging that return SLF4JLogTemplate
static
<C> SLF4JLogTemplate<C>
LogTemplates.toSLF4J(String loggerName, String levelName)
          Produces a concrete log template which logs messages into a SLF4J Logger.
static
<C> SLF4JLogTemplate<C>
LogTemplates.toSLF4J(String loggerName, String levelName, String markerName)
          Produces a concrete log template which logs messages into a SLF4J Logger.
 



Copyright © 2013. All Rights Reserved.