|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
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. |
GUId |
getGroupId()
Gets the identification of the group. |
int |
getGroupIndent()
Gets the indentation of nested groups. |
int |
getGroupLevel()
Gets the level of nested groups. |
GUId |
getId()
Gets the message identification of this log record. |
java.lang.String |
getLocationName()
Gets the name of the location the message belonging to this log record came from. |
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. |
int |
getMsgType()
Gets the type of the message text 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. |
int |
getSeverity()
Gets the severity of this log record. |
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.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. |
boolean |
isGroupActive()
Gets the level of nested groups. |
| Method Detail |
public GUId getId()
public java.util.Date getTime()
public LogController getSource()
public java.lang.String getSourceName()
public java.lang.String getLocationName()
public java.lang.Thread getThread()
null if meanwhile the thread terminatedpublic java.lang.String getThreadName()
public int getSeverity()
public int getMsgType()
public java.lang.String getMsgCode()
toString result of the language-independent message
code of this log record.public java.lang.String getMsgClear()
public java.lang.String getResourceBundleName()
public java.util.List getArgs()
toString results of the argument objects of the
template-based message belonging to this log record.public java.util.List getArgObjs()
public GUId getGroupId()
public boolean isGroupActive()
public int getGroupLevel()
public int getGroupIndent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||