|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.salespointframework.core.logging.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 Form| Field Summary | |
|---|---|
private java.util.Date |
m_dtLogDate
Date and time of logging. |
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
LogEntry()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getLogDate()
Returns the date this entry was logged. |
java.lang.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 |
| Field Detail |
|---|
private static final long serialVersionUID
private java.util.Date m_dtLogDate
| Constructor Detail |
|---|
public LogEntry()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Date getLogDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||