Definition at line 41 of file DefaultLogTracer.java.
Public Member Functions | |
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. | |
void | finalize () |
Called by the system. |