| Constructor and Description |
|---|
Entry(com.google.gwt.xml.client.Node entryNode)
Constructs a new
Entry by convert DOM representation. |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEventTimestamp() |
String |
getLevel()
Returns level of the log record.
|
String |
getMessage()
Returns long message of the log record.
|
String |
getThrowable()
Returns error message and stack trace related with occured exception.
|
String |
getTitle()
Returns short message of the log record.
|
public Entry(@Nonnull com.google.gwt.xml.client.Node entryNode)
Entry by convert DOM representation.entryNode - XML node which represent entry (nonnull);@Nonnull public String getTitle()
@Nonnull public String getMessage()
@Nonnull public String getLevel()
@Nonnull public String getThrowable()
Apache CXF