Package com.gargoylesoftware.base.trace
Interface TraceWriter
- All Known Implementing Classes:
BashTraceWriter
public interface TraceWriter
An object that implements this interface will be responsible for handling
diagnostic messages written by the Trace class.
- Version:
- $Revision: 1.3 $
- See Also:
-
Method Summary
-
Method Details
-
write
Handle a diagnostic message.- Parameters:
item
- The item to write.
-