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