|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object log.LogEntry
public abstract class LogEntry
An entry in the log file.
A LogEntry does as a minimum always indicate the log time and log date.
LogEnry is abstract to indicate it does not yet do anything sensible.
Loggable
,
Log
,
Serialized FormConstructor Summary | |
---|---|
LogEntry()
|
Method Summary | |
---|---|
Date |
getLogDate()
Returns the date this entry was logged. |
String |
toString()
Return a String describing the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogEntry()
Method Detail |
---|
public String toString()
toString
in class Object
DefaultLogEntryTED
to render the log
entry's contents.public Date getLogDate()
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |