You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The `WriteTo` and `Enrich` sections support the same syntax, for example the fol
49
49
"WriteTo": ["LiterateConsole", "DiagnosticTrace"]
50
50
```
51
51
52
-
Or alternatively, the long-form (`"Name":` ...) sytax from the first example can be used when arguments need to be supplied.
52
+
Or alternatively, the long-form (`"Name":` ...) syntax from the first example can be used when arguments need to be supplied.
53
53
54
54
(This package implements a convention using `DependencyContext` to find any package with `Serilog` anywhere in the name and pulls configuration methods from it, so the `Using` example above is redundant.)
0 commit comments