Begin session logging with form feed
This commit is contained in:
parent
3180ea993c
commit
f40df002a2
@ -13,7 +13,7 @@
|
|||||||
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
|
|
||||||
<Version>5.1.6.1</Version>
|
<Version>5.1.6.6</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -433,6 +433,8 @@ namespace LibationLauncher
|
|||||||
{
|
{
|
||||||
var config = Configuration.Instance;
|
var config = Configuration.Instance;
|
||||||
|
|
||||||
|
// begin logging session with a form feed
|
||||||
|
Log.Logger.Information("\r\n\f");
|
||||||
Log.Logger.Information("Begin Libation. {@DebugInfo}", new
|
Log.Logger.Information("Begin Libation. {@DebugInfo}", new
|
||||||
{
|
{
|
||||||
Version = BuildVersion.ToString(),
|
Version = BuildVersion.ToString(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user