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:
    Trace, TraceChannel
    • Method Detail

      • write

        void write​(TraceItem item)
        Handle a diagnostic message.
        Parameters:
        item - The item to write.