|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.sap.tc.logging.ExceptionHandling
|
+--com.sap.tc.logging.LogRecord
Internal form of log messages.
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getApplication()
Gets the application on behalf of which this log record was issued. |
java.util.List |
getArgObjs()
Gets the argument objects of the template-based message belonging to this log record. |
java.util.List |
getArgs()
Gets the toString results of the argument objects of the
template-based message belonging to this log record. |
long |
getBookMark()
BookMark represents a pointer in the Log where this LogRecord starts. |
java.lang.String |
getDsrComponent()
Gets the DSR (Distributed Statistics Record) component on behalf of which this log record was issued. |
java.lang.String |
getDsrTransaction()
Gets the DSR (Distributed Statistics Record) transaction on behalf of which this log record was issued. |
java.lang.String |
getDsrUser()
Gets the DSR (Distributed Statistics Record) user on behalf of which this log record was issued. |
Group |
getGroup()
Deprecated. Not supported anymore |
java.lang.String |
getGroupDescription()
Gets the description of the group this log record belongs to. |
GUId |
getGroupId()
Gets the identification of the group. |
java.lang.String |
getGroupID()
Gets the identification of the group this log record belongs to. |
int |
getGroupIndent()
Gets the indentation of nested groups of this log record. |
int |
getGroupLevel()
Gets the level of nested groups this log record belongs to. |
java.lang.String |
getGroupName()
Gets the name of the group this log record belongs to. |
java.util.List |
getGroups()
Deprecated. Not supported anymore |
GUId |
getId()
Gets the message identification of this log record. |
int |
getIndent()
Deprecated. @see #getGroupIndent() |
int |
getLevel()
Deprecated. @see #getGroupLevel() |
java.lang.String |
getLocation()
Deprecated. @see #getLocationName() |
java.lang.String |
getLocationName()
Gets the name of the location the message belonging to this log record came from. |
java.lang.String |
getLogName()
Log name represents a Log where this LogRecord is written to. |
java.lang.String |
getMessage()
Gets the full message of this log record. |
java.lang.String |
getMsgClear()
Gets the clear text version of this log record. |
java.lang.String |
getMsgCode()
Gets the toString result of the language-independent message
code of this log record. |
java.lang.Throwable |
getMsgException()
Gets the exception of this log record. |
int |
getMsgType()
Gets the type of the message text of this log record. |
java.util.Collection |
getRelatives()
Gets the log controllers related to the source of this log record. |
java.lang.String |
getResourceBundleName()
Gets the name of the resource bundle assigned to the language-independent message belonging to this log record. |
java.lang.String |
getSession()
Gets the session on behalf of which this log record was issued. |
int |
getSeverity()
Gets the severity of this log record. |
int |
getSize()
Gets size of this LogRecord. |
LogController |
getSource()
Gets the log controller this log record came from. |
java.lang.String |
getSourceName()
Gets the name of the log controller this log record came from. |
java.lang.String |
getSysHostName()
|
java.lang.String |
getSysInstanceName()
|
java.lang.String |
getSysName()
|
java.lang.String |
getSysNodeID()
|
java.lang.Thread |
getThread()
Gets the thread this log record belongs to if it still runs. |
java.lang.String |
getThreadName()
Gets the name of the thread this log record belongs to |
java.util.Date |
getTime()
Gets the instantiation date of this log record in milliseconds. |
java.lang.String |
getTransaction()
Gets the application on behalf of which this log record was issued. |
java.lang.String |
getUser()
Gets the user on behalf of which this log record was issued. |
int |
hashCode()
|
boolean |
isGroupActive()
Gets the level of nested groups. |
void |
setApplication(java.lang.String value)
|
void |
setBookMark(long value)
|
void |
setDsrComponent(java.lang.String value)
|
void |
setDsrTransaction(java.lang.String value)
|
void |
setDsrUser(java.lang.String value)
|
void |
setLogName(java.lang.String value)
|
void |
setSession(java.lang.String value)
|
void |
setSysHostName(java.lang.String value)
|
void |
setSysInstanceName(java.lang.String value)
|
void |
setSysName(java.lang.String value)
|
void |
setSysNodeID(java.lang.String value)
|
void |
setTransaction(java.lang.String value)
|
void |
setUser(java.lang.String value)
|
| Methods inherited from class com.sap.tc.logging.ExceptionHandling |
getException, getExceptions, handleException, handleException, resetException, throwException |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public GUId getId()
getId in interface ILogRecordpublic int getSize()
public java.util.Date getTime()
getTime in interface ILogRecordpublic java.lang.String getApplication()
getApplication in interface IRPRecordpublic void setApplication(java.lang.String value)
setApplication in interface IRPRecordpublic java.lang.String getUser()
getUser in interface IRPRecordpublic void setUser(java.lang.String value)
setUser in interface IRPRecordpublic java.lang.String getSession()
getSession in interface IRPRecordpublic void setSession(java.lang.String value)
setSession in interface IRPRecordpublic java.lang.String getTransaction()
getTransaction in interface IRPRecordpublic void setTransaction(java.lang.String value)
setTransaction in interface IRPRecordpublic java.lang.String getDsrComponent()
getDsrComponent in interface IRPRecordpublic void setDsrComponent(java.lang.String value)
setDsrComponent in interface IRPRecordpublic java.lang.String getDsrUser()
getDsrUser in interface IRPRecordpublic void setDsrUser(java.lang.String value)
setDsrUser in interface IRPRecordpublic java.lang.String getDsrTransaction()
getDsrTransaction in interface IRPRecordpublic void setDsrTransaction(java.lang.String value)
setDsrTransaction in interface IRPRecordpublic java.lang.String getSysHostName()
getSysHostName in interface IRPRecordpublic void setSysHostName(java.lang.String value)
setSysHostName in interface IRPRecordsysHostName - The sysHostName to set.public java.lang.String getSysInstanceName()
getSysInstanceName in interface IRPRecordpublic void setSysInstanceName(java.lang.String value)
setSysInstanceName in interface IRPRecordsysInstanceName - The sysInstanceName to set.public java.lang.String getSysName()
getSysName in interface IRPRecordpublic void setSysName(java.lang.String value)
setSysName in interface IRPRecordsysName - The sysName to set.public java.lang.String getSysNodeID()
getSysNodeID in interface IRPRecordpublic void setSysNodeID(java.lang.String value)
setSysNodeID in interface IRPRecordsysNodeID - The sysNodeID to set.public boolean isGroupActive()
ILogRecordisGroupActive in interface ILogRecordpublic java.util.List getGroups()
public Group getGroup()
public GUId getGroupId()
ILogRecordgetGroupId in interface ILogRecordgetGroupID()public java.lang.String getGroupID()
public java.lang.String getSourceName()
getSourceName in interface ILogRecordpublic java.lang.String getLocationName()
getLocationName in interface ILogRecordpublic java.lang.String getGroupName()
public java.lang.String getGroupDescription()
public int getGroupIndent()
getGroupIndent in interface ILogRecordpublic int getGroupLevel()
getGroups().size().getGroupLevel in interface ILogRecordpublic java.lang.String getThreadName()
getThreadName in interface ILogRecordpublic int getSeverity()
getSeverity in interface ILogRecordpublic int getMsgType()
getMsgType in interface ILogRecordpublic java.lang.String getMsgCode()
toString result of the language-independent message
code of this log record.getMsgCode in interface ILogRecordpublic java.lang.String getResourceBundleName()
getResourceBundleName in interface ILogRecordpublic java.lang.String getMessage()
public java.lang.String getMsgClear()
getMsgClear in interface ILogRecordpublic java.lang.Throwable getMsgException()
public java.util.List getArgs()
toString results of the argument objects of the
template-based message belonging to this log record.getArgs in interface ILogRecordpublic java.util.List getArgObjs()
getArgObjs in interface ILogRecordpublic java.util.Collection getRelatives()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setBookMark(long value)
value - The BookMark value to set.getBookMark()public long getBookMark()
public java.lang.String getLogName()
public void setLogName(java.lang.String value)
value - The Log name to set.getLogName()public LogController getSource()
ILogRecordgetSource in interface ILogRecordcom.sap.tc.logging.interfaces.ILogRecordpublic java.lang.String getLocation()
public int getLevel()
public int getIndent()
public java.lang.Thread getThread()
ILogRecordgetThread in interface ILogRecordcom.sap.tc.logging.interfaces.ILogRecordnull if meanwhile the thread terminated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||