|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.iplanet.portalserver.logging.LogRecord
| Constructor Summary | |
LogRecord(java.lang.String type,
java.lang.String msg)
A log record (key-value pair) information to a log. |
|
| Method Summary | |
java.lang.String |
getRecMsg()
The log data or value of a single log record. |
java.lang.String |
getRecType()
The log type or key of a single log record. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public LogRecord(java.lang.String type,
java.lang.String msg)
type - The log type or key.| Method Detail |
public java.lang.String getRecType()
None. - public java.lang.String getRecMsg()
None. -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||