|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.javagroups.log.Tracer | +--org.javagroups.log.SystemTracer | +--org.javagroups.log.SystemErrTracer
Provides output to System.err
. All methods defined
here have permissions that are either protected or package.
Fields inherited from class org.javagroups.log.Tracer |
autoFlush, closed, level, module, timestampFormat |
Method Summary | |
protected void |
doFlush()
Flushes any pending output. |
protected void |
doPrint(java.lang.String message)
Sends the already-formatted message to the output file,
stream, writer, or socket associated with this tracer. |
Methods inherited from class org.javagroups.log.SystemTracer |
close, doClose |
Methods inherited from class org.javagroups.log.Tracer |
flush, getAutoFlush, getLevel, getModule, logString, logString, print, print, setAutoFlush, setLevel, setTimestampFormat, timestamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
protected void doPrint(java.lang.String message)
Tracer
message
to the output file,
stream, writer, or socket associated with this tracer.doPrint
in class Tracer
org.javagroups.log.Tracer
message
- a formatted stringprotected void doFlush()
Tracer
flush
, but only
if not alread closed.doFlush
in class Tracer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |