refactor: Newline after message, but before exception details

pull/153/head
Robert Dailey 1 year ago
parent b3666ec3cb
commit 08d1ced7b6

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

Loading…
Cancel
Save