We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a609c6c commit 7c476b8Copy full SHA for 7c476b8
README.md
@@ -1,4 +1,4 @@
1
-# Serilog.Sinks.Async
+# Serilog.Sinks.Async [](https://ci.appveyor.com/project/mindkin/serilog-sinks-async)
2
An Async Serilog sink
3
4
Use this buffered async delegating sink to reduce the time it takes for your logging thread to write to your sink.
@@ -30,4 +30,4 @@ Log.Logger = new LoggerConfiguration()
30
.WriteTo.Async(x => x.Sink(new YourSink), 500) //Max number of logevents to buffer in memory
31
// Other logger configurationg
32
.CreateLogger()
33
-```
+```
0 commit comments