We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffb1bc commit 19c86ddCopy full SHA for 19c86dd
README.md
@@ -26,7 +26,7 @@ Log.Logger = new LoggerConfiguration()
26
.CreateLogger();
27
```
28
29
-To specify the formatter in XML `<appSettings>` provide its assembly-qualified type name:
+To specify the formatter in XML `<appSettings>` provide its assembly-qualified type name (**requires Serilog 2.1+**):
30
31
```xml
32
<appSettings>
0 commit comments