|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rational.rpe.common.log.LoggerInfo
public class LoggerInfo
Models the information that is used to identify the context of a log message, or more specifically, the originating component or application.
All of the methods of the IRPELogger
allow the providing of this information, which can then be used by the user interface to display the messages.
Constructor Summary | |
---|---|
LoggerInfo()
|
|
LoggerInfo(java.lang.String location)
Creates a LoggerInfo instance with the given location |
Method Summary | |
---|---|
java.lang.String |
getLocation()
Returns the location property of this instance. |
void |
setLocation(java.lang.String location)
Sets the location property of this instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggerInfo()
public LoggerInfo(java.lang.String location)
location
- Method Detail |
---|
public java.lang.String getLocation()
location
property of this instance. The value is application specific and is not enforced or used by RRDG in any way.
public void setLocation(java.lang.String location)
location
property of this instance. The value is application specific and is not enforced or used by RRDG in any way.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |