mirror of https://github.com/winsw/winsw
Fix console logging
parent
cdfd7fd65d
commit
ccad9dca79
|
@ -18,7 +18,7 @@ namespace WinSW.Logging
|
|||
ConsoleColor.DarkGray;
|
||||
try
|
||||
{
|
||||
this.Layout.Format(Console.Out, loggingEvent);
|
||||
this.RenderLoggingEvent(Console.Out, loggingEvent);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue