You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
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
The text was updated successfully, but these errors were encountered: