|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.americancoders.util.LogFile
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 |
public LogFile()
Method Detail |
public static void log(java.lang.String systemName, java.lang.String logText)
String
- name of file to write toString
- text to write to
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |