From f40df002a2aa05e2c713d77e4cff712d8d61129f Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 9 Jul 2021 11:34:20 -0400 Subject: [PATCH] Begin session logging with form feed --- LibationLauncher/LibationLauncher.csproj | 2 +- LibationLauncher/Program.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index 8e3bfc51..de6ea0c6 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 5.1.6.1 + 5.1.6.6 diff --git a/LibationLauncher/Program.cs b/LibationLauncher/Program.cs index fc353138..ec540a24 100644 --- a/LibationLauncher/Program.cs +++ b/LibationLauncher/Program.cs @@ -433,6 +433,8 @@ namespace LibationLauncher { var config = Configuration.Instance; + // begin logging session with a form feed + Log.Logger.Information("\r\n\f"); Log.Logger.Information("Begin Libation. {@DebugInfo}", new { Version = BuildVersion.ToString(),