Package | Description |
---|---|
de.christofreichardt.diagnosis |
Provides the basic tracing faclitities.
|
de.christofreichardt.diagnosis.file |
Contains tracers which log into the local file system.
|
Modifier and Type | Method and Description |
---|---|
TraceMethod |
NullTracer.entry(String methodSignature)
Deprecated.
provided for backwards compatibility
|
TraceMethod |
DebugLogTee.entry(String methodSignature)
Deprecated.
|
TraceMethod |
AbstractTracer.entry(String methodSignature)
|
TraceMethod |
QueueTracer.entry(String returnType,
Class clazz,
String methodSignature)
Delegates to the corresponding method of the wrapped tracer.
|
TraceMethod |
NullTracer.entry(String returnType,
Class clazz,
String methodSignature)
Pseudo entry()-method.
|
TraceMethod |
DebugLogTee.entry(String returnType,
Class clazz,
String methodSignature) |
TraceMethod |
AbstractTracer.entry(String returnType,
Class clazz,
String methodSignature)
Indicates an entering of a method which belongs to a class.
|
TraceMethod |
QueueTracer.entry(String returnType,
Object object,
String methodSignature)
Delegates to the corresponding method of the wrapped tracer.
|
TraceMethod |
NullTracer.entry(String returnType,
Object object,
String methodSignature)
Pseudo entry()-method.
|
TraceMethod |
DebugLogTee.entry(String returnType,
Object object,
String methodSignature) |
TraceMethod |
AbstractTracer.entry(String returnType,
Object object,
String methodSignature)
Indicates an entering of a method which belongs to an object.
|
TraceMethod |
QueueTracer.wayout()
Delegates to the corresponding method of the wrapped tracer.
|
TraceMethod |
NullTracer.wayout()
Pseudo wayout()-method.
|
TraceMethod |
DebugLogTee.wayout() |
TraceMethod |
AbstractTracer.wayout()
Indicates the exiting of a method.
|
Modifier and Type | Method and Description |
---|---|
TraceMethod |
FileTracerLog4jTee.entry(String methodSignature)
Deprecated.
|
TraceMethod |
FileTracerLog4jTee.entry(String returnType,
Class clazz,
String methodSignature)
Calls the base implementation and routes to the log4j system.
|
TraceMethod |
FileTracerLog4jTee.entry(String returnType,
Object object,
String methodSignature)
Calls the base implementation and routes to the log4j system.
|
TraceMethod |
FileTracerLog4jTee.wayout()
Calls the base implementation and routes to the log4j system.
|
Copyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)