com.ibm.rational.rpe.common.log
Class LoggerInfo

java.lang.Object
  extended by com.ibm.rational.rpe.common.log.LoggerInfo

public class LoggerInfo
extends java.lang.Object

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

LoggerInfo

public LoggerInfo()

LoggerInfo

public LoggerInfo(java.lang.String location)
Creates a LoggerInfo instance with the given location

Parameters:
location -
Method Detail

getLocation

public java.lang.String getLocation()
Returns the location property of this instance. The value is application specific and is not enforced or used by RRDG in any way.

Returns:

setLocation

public void setLocation(java.lang.String location)
Sets the location property of this instance. The value is application specific and is not enforced or used by RRDG in any way.