Package | Description |
---|---|
com.gargoylesoftware.base.trace |
Classes involving tracing (error logging)
|
Modifier and Type | Method and Description |
---|---|
TraceItem |
TraceItemDispatcher.getNewTraceItem()
Return a trace item
|
TraceItem |
TraceItem.getNextItem()
Return the next item.
|
TraceItem |
TraceItem.getPrevItem()
Return the previous item.
|
TraceItem |
TraceItemQueue.pop()
Return the next item on the queue or null if the queue is empty
|
Modifier and Type | Method and Description |
---|---|
void |
TraceItemDispatcher.dispatch(TraceItem item)
Add an item to the trace queue.
|
void |
TraceItemDispatcher.disposeTraceItem(TraceItem item)
Dispose of a trace item.
|
void |
TraceItemQueue.push(TraceItem item) |
void |
TraceWriter.write(TraceItem item)
Handle a diagnostic message.
|
void |
BashTraceWriter.write(TraceItem item)
Write the specified item.
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.