com.sapportals.portal.prt.logger

Class LoggerRecord

java.lang.Object
  extended by com.sapportals.portal.prt.logger.LoggerRecord
All Implemented Interfaces:
Serializable

public class LoggerRecord
extends Object
implements Serializable

This RecordLogger class defines a set of standart logging tags that can be used to create an output log file.

See Also:
Serialized Form

Field Summary
protected  String m_date
          DATE represents the time when the log message was created.
protected  String m_level
          The verbosity level that was used to create the log message.
protected  String m_loggerName
          The name of the logger
protected  String m_message
          MESSAGE is the log message content.
protected  String m_threadId
          The current thread id for that log message.
protected  String m_time
          TIME represents the time when the log message was created.
 
Constructor Summary
LoggerRecord()
           
 
Method Summary
 String getDate()
           
 String getLevel()
           
 String getLoggerName()
           
 String getMessage()
           
 String getThreadId()
           
 String getTime()
           
 void setDate(String date)
           
 void setLevel(String level)
           
 void setLoggerName(String loggerName)
           
 void setMessage(String message)
           
 void setThreadId(String threadId)
           
 void setTime(String time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_date

protected String m_date
DATE represents the time when the log message was created.


m_time

protected String m_time
TIME represents the time when the log message was created.


m_message

protected String m_message
MESSAGE is the log message content.


m_level

protected String m_level
The verbosity level that was used to create the log message.


m_threadId

protected String m_threadId
The current thread id for that log message.


m_loggerName

protected String m_loggerName
The name of the logger

Constructor Detail

LoggerRecord

public LoggerRecord()
Method Detail

getDate

public String getDate()

setDate

public void setDate(String date)

getTime

public String getTime()

setTime

public void setTime(String time)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getLevel

public String getLevel()

setLevel

public void setLevel(String level)

getThreadId

public String getThreadId()

setThreadId

public void setThreadId(String threadId)

getLoggerName

public String getLoggerName()

setLoggerName

public void setLoggerName(String loggerName)
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/lib/api api EP-PIN
[sap.com] EP-BASIS-API [sap.com] epbc.prtapi._apideprecated default EP-PIN-PRT
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice