com.objectwave.logging
Interface Trace

All Known Implementing Classes:
ConsoleImpl.Test, Log4jImpl.Test

public interface Trace

Used within the logging system to "trace" method invocation on a specific thread by decorating logging messages with a "trace category". This can be created as an anonymous inner class which is submitted to the MessageLog class and that executes code to be traced within it's run() method.

Version:
$Id: Trace.java,v 1.2 2001/10/19 14:15:13 dave_hoag Exp $
Author:
dhoag

Method Summary
 void run()
          Code to execute that will have all log messages decorated with information.
 

Method Detail

run

public void run()
         throws java.lang.Exception
Code to execute that will have all log messages decorated with information.

Throws:
java.lang.Exception
See Also:
MessageLog.track(String,Trace)