logback-extensions
logback-extensions copied to clipboard
Use PrepForDeferral on ILoggingEvent
To avoid losing MDC context ILoggingEvent has a prepareForDeferredProcessing that is supposed to be used in an appender that runs asynchronously. JavaDoc: This method should be called prior to serializing an event. It should also be called when using asynchronous or deferred logging. ...