Package org.apache.log4j.spi
Interface ThrowableRenderer
-
- All Known Implementing Classes:
DefaultThrowableRenderer
public interface ThrowableRenderer
Implemented by classes that render instances of java.lang.Throwable (exceptions and errors) into a string representation.- Since:
- 1.2.16
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
doRender(java.lang.Throwable t)
Render Throwable.
-