com.gargoylesoftware.base.trace
Class BashTraceWriter

java.lang.Object
  extended bycom.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

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
 

Constructor Detail

BashTraceWriter

public BashTraceWriter()
Create a new writer.

Method Detail

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.