|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TraceTarget
If a class should be used by the Trace to
write informations, it has to implement the interface
TraceTarget.
| Method Summary | |
|---|---|
java.lang.String |
getTrace()
Returns all trace messages as one large string. |
void |
trace(int priority,
java.lang.Object message,
java.lang.Throwable t)
Writes the message to the sink. |
| Method Detail |
|---|
void trace(int priority,
java.lang.Object message,
java.lang.Throwable t)
message to the sink. trace is
called from Trace.
priority - the priority after which the messages should be tracedmessage - the message to be tracedt - the stack trace of the Throwablejava.lang.String getTrace()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||