|
Hilbert II - Version 0.03.03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.log.Trace
Developer trace.
| Method Summary | |
static void |
begin(Class tracingClass,
String method)
Trace method begin. |
static void |
begin(Object tracingObject,
String method)
Trace method begin. |
static void |
end(Class tracingClass,
String method)
Trace method end. |
static void |
end(Object tracingObject,
String method)
Trace method end. |
static void |
info(Class tracingClass,
String method,
String message)
Trace method message. |
static void |
info(Object tracingObject,
String method,
String message)
Trace message. |
static void |
param(Class tracingClass,
String method,
String param,
int value)
Trace parameter. |
static void |
param(Class tracingClass,
String method,
String param,
Object value)
Trace parameter. |
static void |
param(Object tracingObject,
String method,
String param,
int value)
Trace parameter. |
static void |
param(Object tracingObject,
String method,
String param,
Object value)
Trace parameter. |
static void |
paramInfo(Class tracingClass,
String method,
String param,
int value)
Parameter information. |
static void |
paramInfo(Class tracingClass,
String method,
String param,
Object value)
Parameter information. |
static void |
paramInfo(Object tracingObject,
String method,
String param,
int value)
Parameter information. |
static void |
paramInfo(Object tracingObject,
String method,
String param,
Object value)
Parameter information. |
static void |
trace(Class tracingClass,
String method,
Object object)
Trace object. |
static void |
trace(Class tracingClass,
String method,
String description,
Throwable throwable)
Trace throwable and extra description. |
static void |
trace(Class tracingClass,
String method,
Throwable throwable)
Trace throwable. |
static void |
trace(Object tracingObject,
String method,
Object object)
Trace object. |
static void |
trace(Object tracingObject,
String method,
String description,
Throwable throwable)
Trace throwable and extra description. |
static void |
trace(Object tracingObject,
String method,
Throwable throwable)
Trace throwable. |
static void |
traceStack(Class tracingClass,
String method)
Write stacktrace into trace. |
static void |
traceStack(Object tracingObject,
String method)
Write stacktrace into trace. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void trace(Object tracingObject,
String method,
Object object)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.object - Object to trace.
public static void trace(Class tracingClass,
String method,
Object object)
tracingClass - Class that wants to make a trace entry.method - Method of that class.object - Object to trace.
public static void trace(Object tracingObject,
String method,
Throwable throwable)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.throwable - Throwable to trace.
public static void trace(Class tracingClass,
String method,
Throwable throwable)
tracingClass - Class that wants to make a trace entry.method - Method of that class.throwable - Throwable to trace.
public static void trace(Object tracingObject,
String method,
String description,
Throwable throwable)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.description - Further information.throwable - Throwable to trace.
public static void trace(Class tracingClass,
String method,
String description,
Throwable throwable)
tracingClass - Class that wants to make a trace entry.method - Method of that class.description - Further information.throwable - Throwable to trace.
public static void begin(Object tracingObject,
String method)
end(Object, String) call.
tracingObject - Instance that wants to make a trace entry.method - Method of that object.
public static void begin(Class tracingClass,
String method)
end(Class, String) call.
tracingClass - Class that wants to make a trace entry.method - Method of that class.
public static void end(Object tracingObject,
String method)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.
public static void end(Class tracingClass,
String method)
tracingClass - Class that wants to make a trace entry.method - Method of that class.
public static void info(Object tracingObject,
String method,
String message)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.message - Message.
public static void info(Class tracingClass,
String method,
String message)
tracingClass - Class that wants to make a trace entry.method - Method of that class.message - Message.
public static void param(Object tracingObject,
String method,
String param,
Object value)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.param - Parameter to trace.value - Value of parameter.
public static void param(Class tracingClass,
String method,
String param,
Object value)
tracingClass - Class that wants to make a trace entry.method - Method of that class.param - Parameter to trace.value - Value of parameter.
public static void param(Object tracingObject,
String method,
String param,
int value)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.param - Parameter to trace.value - Value of parameter.
public static void param(Class tracingClass,
String method,
String param,
int value)
tracingClass - Class that wants to make a trace entry.method - Method of that class.param - Parameter to trace.value - Value of parameter.
public static void traceStack(Object tracingObject,
String method)
tracingObject - Instance that wants to make a trace entry.method - Method of that object.
public static final void traceStack(Class tracingClass,
String method)
tracingClass - Class that wants to make a trace entry.method - Method of that class.
public static void paramInfo(Object tracingObject,
String method,
String param,
Object value)
tracingObject - Instance that wants to make an info entry.method - Method of that object.param - Parameter to trace.value - Value of parameter.
public static void paramInfo(Class tracingClass,
String method,
String param,
Object value)
tracingClass - Class that wants to make an info entry.method - Method of that class.param - Parameter to trace.value - Value of parameter.
public static void paramInfo(Object tracingObject,
String method,
String param,
int value)
tracingObject - Instance that wants to make an info entry.method - Method of that object.param - Parameter to trace.value - Value of parameter.
public static void paramInfo(Class tracingClass,
String method,
String param,
int value)
tracingClass - Class that wants to make an info entry.method - Method of that class.param - Parameter to trace.value - Value of parameter.
|
Hilbert II - Version 0.03.03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |