|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.sap.tc.logging.Formatter
|
+--com.sap.tc.logging.ListFormatter
|
+--com.sap.tc.logging.perf.PerfFormatter
| Fields inherited from class com.sap.tc.logging.ListFormatter |
F_NAME_APPLICATION, F_NAME_DATE_TIME, F_NAME_DSR_COMPONENT, F_NAME_DSR_TRANSACTION, F_NAME_DSR_USER, F_NAME_LOCATION, F_NAME_MSG_CLEAR, F_NAME_SESSION, F_NAME_SEVERITY, F_NAME_SOURCE, F_NAME_THREAD_NAME, F_NAME_TRANSACTION, F_NAME_USER |
| Constructor Summary | |
PerfFormatter()
|
|
| Method Summary | |
LogRecord |
parseMsg(byte[] msgChunk)
|
LogRecord |
parseMsg(java.lang.String completeMsgData)
Parse message formatted by ListFormatter, current version 1.5. |
java.lang.String |
toString()
|
| Methods inherited from class com.sap.tc.logging.ListFormatter |
compareField, format, getFields, isCompleteMessage, isCompleteMessage, isParsable, isStartMessage, isStartMsg |
| Methods inherited from class com.sap.tc.logging.Formatter |
equals, getFooter, getFormatterName, getFormatterType, getHeader, setFormatterName |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PerfFormatter()
| Method Detail |
public LogRecord parseMsg(byte[] msgChunk)
throws java.text.ParseException
parseMsg in class ListFormatter
public LogRecord parseMsg(java.lang.String completeMsgData)
throws java.text.ParseException
ListFormatterparseMsg in class ListFormattercom.sap.tc.logging.FormatterA - complete message body and its admin data that can span across
multiple linesLogRecord. Return Null if formatter does not support
parsing.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||