Fix console logging

pull/691/head
NextTurn 2020-09-14 00:00:00 +08:00 committed by Next Turn
parent cdfd7fd65d
commit ccad9dca79
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace WinSW.Logging
ConsoleColor.DarkGray;
try
{
this.Layout.Format(Console.Out, loggingEvent);
this.RenderLoggingEvent(Console.Out, loggingEvent);
}
finally
{