From de90602ee297a874bb4c8f5386850c5ae69a13e3 Mon Sep 17 00:00:00 2001 From: Thibaud Desodt Date: Thu, 21 Sep 2017 21:20:15 +0200 Subject: [PATCH 1/2] Documents serilog/serilog-settings-appsettings#7 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2537852..0d01b82 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,22 @@ Log.Logger = new LoggerConfiguration() .CreateLogger(); ``` +The equivalent configuration in XML would be + +```xml + + + + + + + + + + + +``` + For further information see the [Seq documentation](http://docs.getseq.net/docs/using-serilog#dynamic-level-control). ### Compact event format From 841f5a3b3bfac29f0a99cfd7173a2eacb9843b4a Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Fri, 22 Sep 2017 14:37:54 +1000 Subject: [PATCH 2/2] Mention that Serilog 2.6 is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d01b82..6df3126 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Log.Logger = new LoggerConfiguration() .CreateLogger(); ``` -The equivalent configuration in XML would be +The equivalent configuration in XML (Serilog 2.6+) is: ```xml