Class ThrowableRootCauseMessageJsonProvider

All Implemented Interfaces:
ContextAware, JsonProvider<ILoggingEvent>

public class ThrowableRootCauseMessageJsonProvider extends AbstractThrowableMessageJsonProvider
Logs the message 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

    • ThrowableRootCauseMessageJsonProvider

      public ThrowableRootCauseMessageJsonProvider()
  • Method Details