apps.dissection
Class LogWriter

java.lang.Object
  extended by apps.dissection.LogWriter

public class LogWriter
extends java.lang.Object

The Class LogWriter.


Constructor Summary
LogWriter(java.lang.String groupName, boolean enabled)
          Instantiates a new log writer.
 
Method Summary
 void close()
          Close.
 void delete()
          Delete.
 void write(java.lang.String stringToWrite)
          Write.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogWriter

public LogWriter(java.lang.String groupName,
                 boolean enabled)
Instantiates a new log writer.

Parameters:
groupName - the group name
enabled - the enabled
Method Detail

close

public void close()
Close.


delete

public void delete()
Delete.


write

public void write(java.lang.String stringToWrite)
Write.

Parameters:
stringToWrite - the string to write