File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/Serilog.Enrichers.Process Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- # Serilog.Enricher .Process
1+ # Serilog.Enrichers .Process
22
33The process enricher for Serilog.
44
55[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/ihq58voxyfwfanyg?svg=true )] ( https://ci.appveyor.com/project/serilog/serilog-enrichers-process ) [ ![ NuGet Version] ( http://img.shields.io/nuget/v/Serilog.Enrichers.Process.svg?style=flat )] ( https://www.nuget.org/packages/Serilog.Enricher.Process/ )
66
7+
8+ To use the enricher, first install the NuGet package:
9+
10+ ``` powershell
11+ Install-Package Serilog.Enrichers.Process
12+ ```
13+
714* [ Documentation] ( https://github.com/serilog/serilog/wiki )
815
916Copyright © ; 2016 Serilog Contributors - Provided under the [ Apache License, Version 2.0] ( http://apache.org/licenses/LICENSE-2.0.html ) .
Original file line number Diff line number Diff line change 2424 "net45" : {},
2525 "netstandard1.3" : {
2626 "dependencies" : {
27- "System.Diagnostics.Process" : " 4.1.0-rc2-24027 "
27+ "System.Diagnostics.Process" : " 4.1.0"
2828 }
2929 }
3030 }
You can’t perform that action at this time.
0 commit comments