-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
We would like to create a thread-safe InMemorySink for the use in our projects. At the moment, when we make a few parallel async calls, the logger does not have all the log events.
We see two possible solutions:
- Add a lock object to make all methods thread-safe in the existing InMemorySink class.
- Same as above but in a new thread-safe class which can be accessed by a new builder method in the InMemorySinkExtensions class.
Please let me know which one is a preferred option and we are happy to raise a pull request.
Metadata
Metadata
Assignees
Labels
No labels