|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ras.RASObject | +--com.ibm.ras.RASFormatter | +--com.ibm.ras.RASTraceFormatter
A RASTraceFormatter
formats a RASTraceEvent
for display. The formatted String
includes the following
items:
RASITraceLogger
.
Exception
, the event text
is taken from Exception.getMessage
and the exception's
stack trace is appended to the formatted output.
RASTraceEvent
,
RASHandler
Constructor Summary | |
RASTraceFormatter()
Creates a RASTraceFormatter . |
Method Summary | |
java.lang.String |
format(RASIEvent event)
Formats the trace event. |
Methods inherited from class com.ibm.ras.RASFormatter |
addEventClass,
getDate,
getDateFormat,
getEventClasses,
getSeparator,
getTime,
getTimeFormat,
removeEventClass,
setDateFormat,
setSeparator,
setTimeFormat |
Methods inherited from class com.ibm.ras.RASObject |
getConfig,
getDescription,
getName,
setConfig,
setDescription,
setName |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RASTraceFormatter()
RASTraceFormatter
.Method Detail |
public java.lang.String format(RASIEvent event)
event
- The event to format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |