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.4 $
- Author:
- Mike Bowler
- See Also:
Trace
,
TraceChannel
Method Summary |
void |
write(TraceItem item)
Handle a diagnostic message. |
write
public void write(TraceItem item)
- Handle a diagnostic message.
- Parameters:
item
- The item to write.
Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.