Skip to content

Commit 19c86dd

Browse files
authored
Note that XML configuration support requires Serilog 2.1+ [Skip CI]
1 parent 9ffb1bc commit 19c86dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Log.Logger = new LoggerConfiguration()
2626
.CreateLogger();
2727
```
2828

29-
To specify the formatter in XML `<appSettings>` provide its assembly-qualified type name:
29+
To specify the formatter in XML `<appSettings>` provide its assembly-qualified type name (**requires Serilog 2.1+**):
3030

3131
```xml
3232
<appSettings>

0 commit comments

Comments
 (0)