|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
LogTemplates.toSLF4J(String loggerName,
String levelName)
Produces a concrete log template which logs messages into a SLF4J Logger. |
|
static
|
LogTemplates.toSLF4J(String loggerName,
String levelName,
String markerName)
Produces a concrete log template which logs messages into a SLF4J Logger. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||