File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/CodeOfChaos.Extensions.Serilog Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ namespace CodeOfChaos.Extensions.Serilog;
77// ---------------------------------------------------------------------------------------------------------------------
88public static class ConsoleOutputTemplates {
99 public const string Default = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}" ;
10- public const string DefaultShort = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}" ;
11- public const string AnnaSasDevServer = "[{Timestamp:HH:mm:ss} {Level:u3} {Section,-12}] {Message:lj}{NewLine}" ;
10+ public const string DefaultShort = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception} " ;
11+ public const string AnnaSasDevServer = "[{Timestamp:HH:mm:ss} {Level:u3} {Section,-12}] {Message:lj}{NewLine}{Exception} " ;
1212}
You can’t perform that action at this time.
0 commit comments