Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Use PrepForDeferral on ILoggingEvent #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martin1yness
Copy link

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

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. ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant