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 |
---|---|
class |
CounterLogTemplate<C>
Log template that logs something every N invocations of the
CounterLogTemplate.isEnabled(Object) method. |
class |
PeriodicLogTemplate<C>
Log template that logs something after every N milliseconds.
|
class |
SplitThresholdLogTemplate
Log template which awakes only when split is longer than given threshold.
|
Copyright © 2019. All rights reserved.