Uses of Package
org.javasimon.callback.logging

Packages that use org.javasimon.callback.logging
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.) 
org.javasimon.callback.quantiles QuantilesCallback sorts splits to categories (Buckets) based on time ranges. 
 

Classes in org.javasimon.callback.logging used by org.javasimon.callback.calltree
LogMessageSource
          Message provider, converts context into a loggable string.
LogTemplate
          Log template interface is the root of a hierarchy of implementations with different purposes.
 

Classes in org.javasimon.callback.logging used by org.javasimon.callback.lastsplits
LogMessageSource
          Message provider, converts context into a loggable string.
LogTemplate
          Log template interface is the root of a hierarchy of implementations with different purposes.
 

Classes in org.javasimon.callback.logging used by org.javasimon.callback.logging
CounterLogTemplate
          Log template that logs something every N invocations of the CounterLogTemplate.isEnabled(Object) method.
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 interface is the root of a hierarchy of implementations with different purposes.
PeriodicLogTemplate
          Log template that logs something after every N milliseconds.
SLF4JLogTemplate
          Concrete log template using SLF4J Logger.
SplitThresholdLogTemplate
          Log template which awakes only when split is longer than given threshold.
 

Classes in org.javasimon.callback.logging used by org.javasimon.callback.quantiles
LogMessageSource
          Message provider, converts context into a loggable string.
LogTemplate
          Log template interface is the root of a hierarchy of implementations with different purposes.
 



Copyright © 2013. All Rights Reserved.