| 
SalesPoint v3.3 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Loggable
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 | 
|---|
LogEntry getLogData()
Should return a fresh instance of a subclass of LogEntry describing the object
 or event to be logged.
  | 
SalesPoint v3.3 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||