issrg.SAWS.util
Class SAWSLogWriter

java.lang.Object
  extended by issrg.SAWS.util.SAWSLogWriter

public class SAWSLogWriter
extends java.lang.Object

Class that writes the log for SAWS initialization.

Author:
E. Silva.

Constructor Summary
SAWSLogWriter(java.lang.String className)
          Constructor of SAWSLogWriter.
 
Method Summary
 void write(java.lang.Object message)
          Method that writes the log message to the log file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAWSLogWriter

public SAWSLogWriter(java.lang.String className)
Constructor of SAWSLogWriter.

Parameters:
className - Name of the classe that is using SAWSLogWriter.
Method Detail

write

public void write(java.lang.Object message)
Method that writes the log message to the log file.

Parameters:
message - Message to be written