|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SplitThresholdLogTemplate | |
|---|---|
| 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 SplitThresholdLogTemplate in org.javasimon.callback.logging |
|---|
| Methods in org.javasimon.callback.logging that return SplitThresholdLogTemplate | |
|---|---|
static SplitThresholdLogTemplate |
LogTemplates.whenSplitLongerThanMilliseconds(LogTemplate<Split> delegateLogger,
long threshold)
Produces a log template which logs something when stopwatch split is longer than threshold. |
static SplitThresholdLogTemplate |
LogTemplates.whenSplitLongerThanNanoseconds(LogTemplate<Split> delegateLogger,
long threshold)
Produces a log template which logs something when stopwatch split is longer than threshold. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||