Skip to content

Commit 7c476b8

Browse files
authored
Update README.md
1 parent a609c6c commit 7c476b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serilog.Sinks.Async
1+
# Serilog.Sinks.Async [![Build status](https://ci.appveyor.com/api/projects/status/rostpmo2gq08ecag?svg=true)](https://ci.appveyor.com/project/mindkin/serilog-sinks-async)
22
An Async Serilog sink
33

44
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()
3030
.WriteTo.Async(x => x.Sink(new YourSink), 500) //Max number of logevents to buffer in memory
3131
// Other logger configurationg
3232
.CreateLogger()
33-
```
33+
```

0 commit comments

Comments
 (0)