Compare commits

...

2 Commits

Author SHA1 Message Date
Robert McRackan
7d805728cb Login cvf bug fix 2021-07-11 09:51:39 -04:00
Robert McRackan
f40df002a2 Begin session logging with form feed 2021-07-09 11:34:20 -04:00
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.7.3</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(),