public interface ClientLogEntry
Modifier and Type | Interface and Description |
---|---|
static class |
ClientLogEntry.MessageType
Log record message types: PLAIN, JAVA, i.e.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplication()
Returns the application name
|
java.lang.String |
getCorrelationId()
Returns the SMP correlation ID of this entry.
|
java.util.Date |
getDate()
Returns the timestamp of the log (generated)
|
java.lang.String |
getDCComponent()
Returns the application type
|
java.lang.Throwable |
getException()
Returns the exception logged inside the entry
|
java.lang.String |
getGUID()
Returns the unique log record id (generated)
|
java.lang.String |
getLocation()
Returns the location name, class and package name where the log record is created
|
ClientLogLevel |
getLogLevel()
Returns the level of the log.
|
java.lang.String |
getMessage()
Returns the log message.
|
int |
getMessageCode()
Returns a code associated to the log message, e.g.
|
ClientLogEntry.MessageType |
getMessageType()
Returns the log record message type (default: PLAIN)
|
java.lang.String |
getRootContextId()
Returns the root context id from SAP Passport (from tracing)
|
java.lang.String |
getSourceName()
Returns the source of the log message (category or location information)
|
java.util.TimeZone |
getTimeZone()
Returns the time zone (generated)
|
java.lang.String |
getTransactionId()
Returns the transaction id from SAP Passport (from tracing)
|
java.lang.String |
getUser()
Returns the name (id) of the mobile user
|
ClientLogLevel getLogLevel()
java.lang.String getMessage()
java.util.Date getDate()
java.util.TimeZone getTimeZone()
java.lang.String getSourceName()
int getMessageCode()
java.lang.String getGUID()
java.lang.String getLocation()
java.lang.String getApplication()
java.lang.String getCorrelationId()
java.lang.String getRootContextId()
java.lang.String getTransactionId()
java.lang.String getUser()
ClientLogEntry.MessageType getMessageType()
java.lang.String getDCComponent()
java.lang.Throwable getException()