Classes involving tracing (error logging)
See: Description
Interface Summary | |
---|---|
TraceWriter | An object that implements this interface will be responsible for handling diagnostic messages written by the Trace class. |
Class Summary | |
---|---|
BashTraceWriter | A trace writer specifically designed for the bash shell. |
BlockingCircularQueue |
Internal use only. . |
Trace | A class that provides a mechanism for logging diagnostic messages. |
TraceChannel | This class represents a "channel" that diagnostic messages can be written to. |
TraceController | A controller object for the tracing mechanism. |
TraceItem | An item of data to be written. |
TraceItemDispatcher |
Internal use only. . |
TraceItemQueue |
Internal use only. . |
TraceOutputStream |
Internal use only. . |
TraceUtil | A collection of utility methods dealing with tracing. |
Trace.WhereAmIException | An exception used to determine where the code is at any point in time. |