Skip to content

Commit 7d74b82

Browse files
committed
Merge branch 'master' into dev
# Conflicts: # README.md # appveyor.yml # src/Serilog.Enrichers.Thread/project.json
2 parents 918499e + 9795c5c commit 7d74b82

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,4 @@ _Pvt_Extensions
234234

235235
# FAKE - F# Make
236236
.fake/
237+
*.orig

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Log.Logger = new LoggerConfiguration()
1717
.Enrich.WithThreadId()
1818
.CreateLogger();
1919
```
20+
21+
To use the enricher, first install the NuGet package:
22+
23+
```powershell
24+
Install-Package Serilog.Enrichers.Thread
25+
```
2026

2127

2228
Copyright © 2016 Serilog Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html).

0 commit comments

Comments
 (0)