File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ To specify the formatter in XML `<appSettings>` provide its assembly-qualified t
33
33
<add key =" serilog:using:RollingFile" value =" Serilog.Sinks.RollingFile" />
34
34
<add key =" serilog:write-to:RollingFile.pathFormat" value =" ./logs/myapp.json" />
35
35
<add key =" serilog:write-to:RollingFile.formatter"
36
- value =" Serilog.Formattting .Compact.CompactJsonFormatter, Serilog.Formatting.Compact" />
36
+ value =" Serilog.Formatting .Compact.CompactJsonFormatter, Serilog.Formatting.Compact" />
37
37
```
38
38
39
39
### Rendered events
@@ -128,4 +128,4 @@ See `test/Serilog.Formatting.Compact.Tests/FormattingBenchmarks.cs`.
128
128
### Compiling
129
129
130
130
Opening serilog-formatting-compact.sln requires VS2015 Update 3 with the .NET Core tooling to be installed.
131
- See: https://www.microsoft.com/net/core#windows
131
+ See: https://www.microsoft.com/net/core#windows
You can’t perform that action at this time.
0 commit comments