org.openmobileis.common.util.log
Class NullLogTracer

java.lang.Object
  extended byorg.openmobileis.common.util.log.NullLogTracer
All Implemented Interfaces:
LogTracer

public final class NullLogTracer
extends java.lang.Object
implements LogTracer


Constructor Summary
NullLogTracer()
           
 
Method Summary
 java.io.PrintStream getLogPrintStream()
           
 void setLogStream(java.io.PrintStream newStream)
           
 void setLogTracerProperties(java.util.Properties props)
           
 void trace(int service, int priority, java.lang.String message)
          Trace the message to the stream defined by the specified priority and service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLogTracer

public NullLogTracer()
Method Detail

getLogPrintStream

public java.io.PrintStream getLogPrintStream()
Specified by:
getLogPrintStream in interface LogTracer

setLogStream

public void setLogStream(java.io.PrintStream newStream)
Specified by:
setLogStream in interface LogTracer

setLogTracerProperties

public void setLogTracerProperties(java.util.Properties props)
Specified by:
setLogTracerProperties in interface LogTracer

trace

public void trace(int service,
                  int priority,
                  java.lang.String message)
Description copied from interface: LogTracer
Trace the message to the stream defined by the specified priority and service.

Specified by:
trace in interface LogTracer


Copyright 2006 OpenMobileIS. All Rights Reserved.