|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.logger.LoggerRecord
public class LoggerRecord
This RecordLogger class defines a set of standart logging tags that can be used to create an output log file.
| 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 |
|---|
protected String m_date
protected String m_time
protected String m_message
protected String m_level
protected String m_threadId
protected String m_loggerName
| Constructor Detail |
|---|
public LoggerRecord()
| Method Detail |
|---|
public String getDate()
public void setDate(String date)
public String getTime()
public void setTime(String time)
public String getMessage()
public void setMessage(String message)
public String getLevel()
public void setLevel(String level)
public String getThreadId()
public void setThreadId(String threadId)
public String getLoggerName()
public void setLoggerName(String loggerName)
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||