org.formaria.debug
Interface LogWriter

All Known Implementing Classes:
QueueLogWriter

public interface LogWriter

Write a line to the log.

Copyright (c) Formaria Ltd., 2008

$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