false
. Otherwise, if the layout ignores throwable object, then the layout should return true
. By default, {@link SimpleLayout}, {@link TTCCLayout}, {@link PatternLayout} all return true
. The {@link org.apache.log4j.xml.XMLLayout} returns false
.
As of log4j version 1.3, ignoresThrowable is a settable property. Thus, you can override a layout's default setting. @since 0.8.4
|
|