From 1e014775af0457d4fbd9ba6e7b115ef8373e9402 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Thu, 3 Oct 2019 01:00:57 +0200 Subject: [PATCH] add nlog.config --- .../ASP.NET Core 3 - VS2019/NLog.config | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 examples/ASP.NET Core 3/ASP.NET Core 3 - VS2019/NLog.config diff --git a/examples/ASP.NET Core 3/ASP.NET Core 3 - VS2019/NLog.config b/examples/ASP.NET Core 3/ASP.NET Core 3 - VS2019/NLog.config new file mode 100644 index 00000000..dd61f616 --- /dev/null +++ b/examples/ASP.NET Core 3/ASP.NET Core 3 - VS2019/NLog.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file