Skip to content

Commit 710330d

Browse files
authored
Update README.md
1 parent 3faefd1 commit 710330d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

4-
Use this buffered async delegating sink to reduce the time it takes for your logging thread to write to your sink.
5-
This sink can work with any `IEventLogSink`. Especially suited to sinks that are either slow to write or wait on I/O (like databases, files systems etc).
4+
Use this buffered async delegating sink to reduce the time it takes to write your log events to a sink.
5+
This sink can work with any `IEventLogSink`. Especially suited to sinks that are either slow to write or wait on I/O (like databases, files systems etc). This sink uses a separate thread pool thread to execute your sink, freeing up the calling thread to run in your app.
66

77
Install from NuGet:
88

0 commit comments

Comments
 (0)