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

    Modifier and Type
    Method
    Description
    void
    Handle a diagnostic message.
  • Method Details

    • write

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