Package patterntesting.runtime.log

Package class diagram package patterntesting.runtime.log
Here you find some support for logging.

See:
          Description

Class Summary
AbstractLogger This is a common super class for all classes which do a kind of logging.
LazyObjectRecorder In contradiction to ObjectRecorder this class only records joinpoints and return values if they are different from the last record.
LogRecorder The Class LogRecorder which is able to record log messages.
LogWatch The Class LogWatch is a simple stop watch to be able to measure and log code segments which need a little bit longer.
ObjectPlayer This is the counterpart to ObjectRecorder class.
ObjectRecorder This class allows you to record objects.
PerfLogger This class is a kind of performance logger to be able to log the execution times of methods or code segments which may need a little bit longer.
SequenceGrapher This class supports the creation of simple sequence diagrams as desribed in the user manual of UML Graph.
SimpleLog Before the switch from commons-logging to SLF4J we used the constants from SimpleLog in some log annotations and log aspects.
Trace This class works together with the (Abstract)TraceAspect to provide some kind of tracing information.
 

Package patterntesting.runtime.log Description

Here you find some support for logging.



Copyright © 2002–2014 PatternTesting Team. All rights reserved.