|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.base.trace.BashTraceWriter
public class BashTraceWriter
A trace writer specifically designed for the bash shell. The reason it requires "bash" is that is colour codes the tracing using bash specific escape codes.
Field Summary | |
---|---|
private static java.lang.String |
lastPrefix_
|
private static java.text.Format |
TIMESTAMP_FORMAT
|
Constructor Summary | |
---|---|
BashTraceWriter()
Create a new writer. |
Method Summary | |
---|---|
void |
write(TraceItem item)
Write the specified item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.lang.String lastPrefix_
private static final java.text.Format TIMESTAMP_FORMAT
Constructor Detail |
---|
public BashTraceWriter()
Method Detail |
---|
public void write(TraceItem item)
write
in interface TraceWriter
item
- The TraceItem to be written.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |