|
||||||||||
| 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(org.salespointframework.core.logging.Loggable), its getLogData()
method will be called to create a LogEntry describing the given object.
Log.log(org.salespointframework.core.logging.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||