|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpos.util.Tracer.DefaultTracerOutput
Inner class for a default TracerOutput. Just prints out info to System.err
Constructor Summary | |
Tracer.DefaultTracerOutput()
Default ctor |
Method Summary | |
void |
print(java.lang.String s)
Prints a string appended without a new line to the tracer output |
void |
println(java.lang.String s)
Prints a string appended with a new line to the tracer output |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Tracer.DefaultTracerOutput()
Method Detail |
public void println(java.lang.String s)
println
in interface TracerOutput
s
- the String to printpublic void print(java.lang.String s)
print
in interface TracerOutput
s
- the String to print
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |