|
Log4j 1.2.16 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.log4j.DefaultThrowableRenderer
public final class DefaultThrowableRenderer
Default implementation of ThrowableRenderer using Throwable.printStackTrace.
| Constructor Summary | |
|---|---|
DefaultThrowableRenderer()
Construct new instance. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
doRender(java.lang.Throwable throwable)
Render Throwable. |
static java.lang.String[] |
render(java.lang.Throwable throwable)
Render throwable using Throwable.printStackTrace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultThrowableRenderer()
| Method Detail |
|---|
public java.lang.String[] doRender(java.lang.Throwable throwable)
doRender in interface ThrowableRendererthrowable - throwable, may not be null.
public static java.lang.String[] render(java.lang.Throwable throwable)
throwable - throwable, may not be null.
|
Log4j 1.2.16 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||