refactor: Newline after message, but before exception details

pull/153/head
Robert Dailey 2 years ago
parent b3666ec3cb
commit 08d1ced7b6

@ -22,9 +22,8 @@ public class LoggerFactory
return return
$"{{#if {scope} is not null}}{{{scope}}}: {{#end}}" + $"{{#if {scope} is not null}}{{{scope}}}: {{#end}}" +
"{@m}" + "{@m}\n" +
"{@x}" + "{@x}";
"\n";
} }
private static ExpressionTemplate GetConsoleTemplate() private static ExpressionTemplate GetConsoleTemplate()

Loading…
Cancel
Save