Begin session logging with form feed

This commit is contained in:
Robert McRackan 2021-07-09 11:34:20 -04:00
parent 3180ea993c
commit f40df002a2
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.1.6.1</Version>
<Version>5.1.6.6</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -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(),