util
Class IntellegoLog

java.lang.Object
  |
  +--util.IntellegoLog

public class IntellegoLog
extends java.lang.Object

Creates a log file and provides methods to add messages to it

Author:
Graham Ritchie

Constructor Summary
IntellegoLog()
          Creates the log file and writes a header message
 
Method Summary
 void addMessage(java.lang.String message)
          Adds a message string to the log file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntellegoLog

public IntellegoLog()
Creates the log file and writes a header message
Method Detail

addMessage

public void addMessage(java.lang.String message)
Adds a message string to the log file
Parameters:
message - the message to be added