- All Implemented Interfaces:
- ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle
public class ExceptionConverter
extends ch.qos.logback.classic.pattern.ClassicConverter
Logback converter to log Splunk friendly exception data.
Tries to find the first target class in the available stacktraces from the innermost exception recursively.
If no target classes can be found, reverts to the first available class on the top of the stacktrace.
WARNING: This converter is only capable of parsing MDC conversion words and does not support any other expressions in its 1st parameter!
- Author:
- Gabor_Arki, Zoltan_Varga, fgizaw