Inheritance diagram for org.openmobileis.common.util.log.DefaultLogTracer:
Definition at line 41 of file DefaultLogTracer.java.
Public Member Functions | |
DefaultLogTracer () | |
void | setLogTracerProperties (Properties props) |
void | setLogStream (java.io.PrintStream newStream) |
Set the static outpuStream used by trace methods by default outStream == System.out. | |
synchronized void | trace (int service, int priority, String message) |
Trace the message to the stream defined showing the specified priority and service. | |
PrintStream | getLogPrintStream () |
void | finalize () |
Called by the system. | |
Protected Attributes | |
PrintStream | outStream |