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>
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:
-
Method Summary
Methods inherited from class org.apache.logging.log4j.layout.template.json.resolver.ExceptionResolver
isResolvable, isResolvable, resolveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.logging.log4j.layout.template.json.resolver.TemplateResolver
isFlattening, resolve