com.gargoylesoftware.base.trace
Class BashTraceWriter
java.lang.Object
com.gargoylesoftware.base.trace.BashTraceWriter
- All Implemented Interfaces:
- TraceWriter
- public class BashTraceWriter
- extends Object
- implements TraceWriter
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.
- Version:
- $Revision: 1.4 $
- Author:
- Mike Bowler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BashTraceWriter
public BashTraceWriter()
- Create a new writer.
write
public void write(TraceItem item)
- Write the specified item.
- Specified by:
write
in interface TraceWriter
- Parameters:
item
- The TraceItem to be written.
Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.