From 92e10c877b1863bbe34502af4e274ff572443953 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 19 Jan 2018 11:17:31 +0100
Subject: [PATCH] Log message as soon as logging is configured to indicate
 startup.

Refers to #3
---
 AutoTx/AutoTx.cs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index 5e816cd..ed9bdc8 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -71,6 +71,8 @@ namespace AutoTx
         public AutoTx() {
             InitializeComponent();
             SetupFileLogging();
+            Log.Info("==========================================================================");
+            Log.Info("Attempting to start {0} service...", ServiceName);
             CreateEventLog();
             LoadSettings();
             CreateIncomingDirectories();
-- 
GitLab