net.xoetrope.debug
Interface XLogWriter

All Known Implementing Classes:
XQueueLogWriter

public interface XLogWriter

Write a line to the log.

Copyright (c) Xoetrope Ltd., 2002-2005

$Revision: 2.3 $ License: see license.txt


Method Summary
 void setStream(boolean isError)
          Set the use of the error stream
 void writeLine(java.lang.String line)
          Write a line to the log
 

Method Detail

writeLine

void writeLine(java.lang.String line)
Write a line to the log

Parameters:
line - the line to write

setStream

void setStream(boolean isError)
Set the use of the error stream