|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.helpers.PatternConverter | +--junit.log4j.JUnitPatternParser.StacktracePatternConverter
Converter writing the stack trace of the throwable.
Fields inherited from class org.apache.log4j.helpers.PatternConverter |
next |
Constructor Summary | |
JUnitPatternParser.StacktracePatternConverter(org.apache.log4j.helpers.FormattingInfo formattingInfo)
Creates a new StacktracePatternConverter instance. |
Method Summary | |
java.lang.String |
convert(org.apache.log4j.spi.LoggingEvent event)
writing the stack trace of the throwable contained in event . |
Methods inherited from class org.apache.log4j.helpers.PatternConverter |
format, spacePad |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JUnitPatternParser.StacktracePatternConverter(org.apache.log4j.helpers.FormattingInfo formattingInfo)
StacktracePatternConverter
instance.formattingInfo
- a FormattingInfo
valueMethod Detail |
public java.lang.String convert(org.apache.log4j.spi.LoggingEvent event)
event
.convert
in class org.apache.log4j.helpers.PatternConverter
event
- a LoggingEvent
valuenull
, if the event is null or its
throwable
. Otherwise, a string representation of the
stack trace is returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |