From 57a797a6f58bac1e56982d7f197b929d2df63add Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 23 Jul 2018 14:08:31 +0200
Subject: [PATCH] Improve method summaries

---
 ATxService/AutoTx.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs
index d588e49..ecc016a 100644
--- a/ATxService/AutoTx.cs
+++ b/ATxService/AutoTx.cs
@@ -128,7 +128,7 @@ namespace ATxService
         }
 
         /// <summary>
-        /// Set up NLog logging: targets, rules...
+        /// Configure NLog logging for the file target.
         /// </summary>
         private void SetupFileLogging(string logLevelName = "Debug") {
             LogLevel logLevel;
@@ -269,7 +269,7 @@ namespace ATxService
         }
 
         /// <summary>
-        /// Load the configuration.
+        /// Load the configuration and update the logger setups.
         /// </summary>
         private void LoadConfig() {
             try {
-- 
GitLab