org.javagroups.log
Class SystemOutTracer

java.lang.Object
  |
  +--org.javagroups.log.Tracer
        |
        +--org.javagroups.log.SystemTracer
              |
              +--org.javagroups.log.SystemOutTracer

public class SystemOutTracer
extends SystemTracer

Provides output to System.out. 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

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.
Overrides:
doPrint in class Tracer
Following copied from class: org.javagroups.log.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.
Overrides:
doFlush in class Tracer


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