Class ExceptionRootCauseResolver
- java.lang.Object
-
- org.apache.logging.log4j.layout.template.json.resolver.ExceptionResolver
-
- org.apache.logging.log4j.layout.template.json.resolver.ExceptionRootCauseResolver
-
- All Implemented Interfaces:
EventResolver
,TemplateResolver<LogEvent>
public final class ExceptionRootCauseResolver extends ExceptionResolver
Exception root cause resolver.Note that this resolver is toggled by
stackTraceEnabled
layout configuration, which is by default populated from log4j.layout.jsonTemplate.stackTraceEnabled system property.- See Also:
ExceptionResolver
-
-
Method Summary
-
Methods inherited from class org.apache.logging.log4j.layout.template.json.resolver.ExceptionResolver
isResolvable, isResolvable, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.logging.log4j.layout.template.json.resolver.TemplateResolver
isFlattening, resolve
-
-