|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TraceOutput
Classes that implement the TraceOutput interface encapsulate the trace output stream. This allows trace information to be written to a PrintStream, file, or native API log.
TraceObject
Method Summary | |
---|---|
void |
println(java.lang.Object o)
Writes an object to the trace stream. |
void |
println(java.lang.String s)
Writes a line to the trace stream. |
Method Detail |
---|
void println(java.lang.String s)
s
- String to write.void println(java.lang.Object o)
o
- Object to write.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |