From 3b0219a8011b6e46ebe29bb1232eee0f681d4a34 Mon Sep 17 00:00:00 2001 From: Jonas Arnold Date: Mon, 12 Dec 2022 17:04:53 +0100 Subject: [PATCH] included NLog output to console and file --- ADIS_Csharp/RobotConsoleClient/NLog.config | 14 ++++++++++++++ .../RobotConsoleClient/RobotConsoleClient.csproj | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 ADIS_Csharp/RobotConsoleClient/NLog.config diff --git a/ADIS_Csharp/RobotConsoleClient/NLog.config b/ADIS_Csharp/RobotConsoleClient/NLog.config new file mode 100644 index 0000000..bbbdbc6 --- /dev/null +++ b/ADIS_Csharp/RobotConsoleClient/NLog.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/ADIS_Csharp/RobotConsoleClient/RobotConsoleClient.csproj b/ADIS_Csharp/RobotConsoleClient/RobotConsoleClient.csproj index c3a6d28..999881d 100644 --- a/ADIS_Csharp/RobotConsoleClient/RobotConsoleClient.csproj +++ b/ADIS_Csharp/RobotConsoleClient/RobotConsoleClient.csproj @@ -11,4 +11,10 @@ + + + PreserveNewest + + +