logback-extensions icon indicating copy to clipboard operation
logback-extensions copied to clipboard

Use PrepForDeferral on ILoggingEvent

Open martin1yness opened this issue 6 years ago • 0 comments

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. ...

martin1yness avatar May 06 '19 14:05 martin1yness