| Package | Description |
|---|---|
| org.javasimon.callback.calltree |
CallTreeCallback gathers information
for current thread and displays it subsequent calls like a tree. |
| org.javasimon.callback.lastsplits |
LastSplitsCallback retains last
splits in a ring a buffer (fixed size FIFO queue). |
| 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). |
| org.javasimon.callback.quantiles |
QuantilesCallback sorts splits to categories
(Buckets) based on time ranges. |
| Class and Description |
|---|
| LogMessageSource
Message provider, converts context into a loggable string.
|
| LogTemplate
Log template class is the root of a hierarchy of implementations with different purposes.
|
| Class and Description |
|---|
| LogMessageSource
Message provider, converts context into a loggable string.
|
| LogTemplate
Log template class is the root of a hierarchy of implementations with different purposes.
|
| Class and Description |
|---|
| DelegateLogTemplate
Base class for log template which delegates part of the work to a concrete log template.
|
| DisabledLogTemplate |
| JULLogTemplate
Concrete log template using
Logger. |
| LogMessageSource
Message provider, converts context into a loggable string.
|
| LogTemplate
Log template class is the root of a hierarchy of implementations with different purposes.
|
| SLF4JLogTemplate
Concrete log template using SLF4J
Logger. |
| SplitThresholdLogTemplate
Log template which awakes only when split is longer than given threshold.
|
| Class and Description |
|---|
| LogMessageSource
Message provider, converts context into a loggable string.
|
| LogTemplate
Log template class is the root of a hierarchy of implementations with different purposes.
|
Copyright © 2019. All rights reserved.