Uses of Class
org.javagroups.log.Tracer

Packages that use Tracer
org.javagroups.log   
 

Uses of Tracer in org.javagroups.log
 

Subclasses of Tracer in org.javagroups.log
 class NetworkTracer
          Provides output to a socket.
 class PrintStreamTracer
          Provides output to a PrintStream.
 class SystemErrTracer
          Provides output to System.err.
 class SystemOutTracer
          Provides output to System.out.
 class SystemTracer
          Abstract superclass of SystemOutTracer and SystemErrTracer; avoids ever closing output stream.
 class WriterTracer
          Provides output to a Writer.
 

Fields in org.javagroups.log declared as Tracer
protected static Tracer[] Trace.STDOUTS
          We initially create Tracers for each STDOUT level
protected static Tracer[] Trace.STDERRS
          We initially create Tracers for each STDERR level
protected static Tracer Trace.defaultTracer
          The default tracer to use when a message is not destined for any particular output.
 

Methods in org.javagroups.log that return Tracer
static Tracer Trace.getStdoutTracer(int level)
           
static Tracer Trace.getStderrTracer(int level)
           
protected static Tracer Trace.getDefaultTracer()
          Returns the default Tracer to be used when no other appropriate one is found.
protected static Tracer Trace.lookup(java.lang.String module)
          Returns the Tracer that matches the specified module name.
protected static Tracer Trace.findTracerFor(java.lang.String module)
          Returns the Tracer to be used for output for the specified module name.
 

Methods in org.javagroups.log with parameters of type Tracer
static void Trace.addTracer(java.lang.String module, Tracer tracer)
          Associates the specified module name with a Tracer.
 



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