Package | Description |
---|---|
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.)
and to various outputs (SLF4J, JUL). |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2019. All rights reserved.