diff --git a/README.md b/README.md index 2537852..6df3126 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,22 @@ Log.Logger = new LoggerConfiguration() .CreateLogger(); ``` +The equivalent configuration in XML (Serilog 2.6+) is: + +```xml + + + + + + + + + + + +``` + For further information see the [Seq documentation](http://docs.getseq.net/docs/using-serilog#dynamic-level-control). ### Compact event format