com.americancoders.util
Class LogFile

java.lang.Object
  |
  +--com.americancoders.util.LogFile

public class LogFile
extends java.lang.Object


Constructor Summary
LogFile()
           
 
Method Summary
static void log(java.lang.String systemName, java.lang.String logText)
          class to be used to log activity NOT IMPLEMENTED any excpetion is handled by writing to system error file and calling system exit static method to write a log entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFile

public LogFile()
Method Detail

log

public static void log(java.lang.String systemName,
                       java.lang.String logText)
class to be used to log activity NOT IMPLEMENTED any excpetion is handled by writing to system error file and calling system exit static method to write a log entry
Parameters:
String - name of file to write to
String - text to write to