|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.LogEntry
public class LogEntry
An entry which will get logged, providing access to a message and the underlying object or element / attribute.
Constructor Summary | |
---|---|
LogEntry(String message)
Creates a new instance with the specified message. |
|
LogEntry(String message,
ComplexDataObject object)
Creates a new instance with the specified message and object. |
|
LogEntry(String message,
DataComponent comp)
Creates a new instance with the specified message and component. |
Method Summary | |
---|---|
String |
getMessage()
Returns the message. |
String |
toString()
Returns the name of the object or component followed by a colon and the message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogEntry(String message)
message
- The message to log.public LogEntry(String message, ComplexDataObject object)
message
- The message to log.object
- The associated object.public LogEntry(String message, DataComponent comp)
message
- The message to log.comp
- The associated component.Method Detail |
---|
public String getMessage()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |