org.openmobileis.common.util.log
Interface LogTracer

All Known Implementing Classes:
DefaultLogTracer

public interface LogTracer

Interface that log tracer must implements to be use by the LogManager. Log Tracer are the class that trace log send by LogManager.

Since:
JDK1.1
Version:
1.0
Author:
P.Delrieu

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.
 

Method Detail

setLogTracerProperties

public void setLogTracerProperties(java.util.Properties props)

trace

public void trace(int service,
                  int priority,
                  java.lang.String message)
Trace the message to the stream defined by the specified priority and service.


getLogPrintStream

public java.io.PrintStream getLogPrintStream()

setLogStream

public void setLogStream(java.io.PrintStream newStream)


Copyright 2006 OpenMobileIS. All Rights Reserved.