Skip to content
Snippets Groups Projects
Commit 92e10c87 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Log message as soon as logging is configured to indicate startup.

Refers to #3
parent f078c754
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,8 @@ namespace AutoTx ...@@ -71,6 +71,8 @@ namespace AutoTx
public AutoTx() { public AutoTx() {
InitializeComponent(); InitializeComponent();
SetupFileLogging(); SetupFileLogging();
Log.Info("==========================================================================");
Log.Info("Attempting to start {0} service...", ServiceName);
CreateEventLog(); CreateEventLog();
LoadSettings(); LoadSettings();
CreateIncomingDirectories(); CreateIncomingDirectories();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment