| 
 | SalesPoint Framework v3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An object that can be logged.
When a Loggable object is handed to Log.log(log.Loggable), its getLogData()
 method will be called to create a LogEntry describing the given object.
Log.log(log.Loggable), 
LogEntry| Method Summary | |
|  LogEntry | getLogData()Called when the object is being logged. | 
| Method Detail | 
public LogEntry getLogData()
Should return a fresh instance of a subclass of LogEntry describing the object
 or event to be logged.
| 
 | SalesPoint Framework v3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||