Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding the new IBatchedLogEventSink interface #16

Open
gogo199432 opened this issue Jun 17, 2024 · 1 comment
Open

Consider adding the new IBatchedLogEventSink interface #16

gogo199432 opened this issue Jun 17, 2024 · 1 comment

Comments

@gogo199432
Copy link

According to release notes, Serilog 4 introduced a new interface that enables easily making sinks to async. My company uses this sink and it would be interesting to see if making it async improves the speed of our debugging sessions.

serilog/serilog#2055

@nblumhardt
Copy link
Member

Thanks for the note. I think you're looking for Serilog.Sinks.Async: https://github.com/serilog/serilog-sinks-async, this isn't (yet) baked into the Serilog package, but it implements backgrounding of arbitrary sinks like this one. HTH!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants