org.javagroups.log
Class SystemErrTracer

java.lang.Object
  extended byorg.javagroups.log.Tracer
      extended byorg.javagroups.log.SystemTracer
          extended byorg.javagroups.log.SystemErrTracer

public class SystemErrTracer
extends SystemTracer

Provides output to System.err. All methods defined here have permissions that are either protected or package.


Field Summary
 
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

doPrint

protected void doPrint(java.lang.String message)
Description copied from class: Tracer
Sends the already-formatted message to the output file, stream, writer, or socket associated with this tracer.

Specified by:
doPrint in class Tracer
Parameters:
message - a formatted string

doFlush

protected void doFlush()
Description copied from class: Tracer
Flushes any pending output. Called from flush, but only if not alread closed.

Specified by:
doFlush in class Tracer


Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.