Skip to content

Commit

Permalink
Add version to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Sep 23, 2024
1 parent 53c3af2 commit d7e5e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ private void InitializeLogging()
{
Log.Instance.log("Unknown log level.", LogSeverity.Error);
}
Log.Instance.log($"MobiFlight version {CurrentVersion()}", LogSeverity.Info);
Log.Instance.log($"Logger initialized {Log.Instance.Severity}", LogSeverity.Info);
}

Expand Down

0 comments on commit d7e5e11

Please sign in to comment.