Class ThrowableRootCauseClassNameJsonProvider

All Implemented Interfaces:
ContextAware, JsonProvider<ILoggingEvent>

public class ThrowableRootCauseClassNameJsonProvider extends AbstractThrowableClassNameJsonProvider
Logs the class name of the innermost cause of the throwable associated with a given logging event, if any. The root cause may be the throwable itself, if it has no cause.
  • Constructor Details

    • ThrowableRootCauseClassNameJsonProvider

      public ThrowableRootCauseClassNameJsonProvider()