mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add padding and Remove one newline indicating Exception
This commit is contained in:
parent
caf7cb5188
commit
d7ec0c1834
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ namespace Flow.Launcher.Infrastructure.Logger
|
|||
|
||||
const string layout =
|
||||
@"${date:format=HH\:mm\:ss.ffffK} - " +
|
||||
@"${level:uppercase=true} - ${logger} - ${message:l}" +
|
||||
@"${onexception:${newline}${newline}" +
|
||||
@"${level:uppercase=true:padding=-5} - ${logger} - ${message:l}" +
|
||||
@"${onexception:${newline}" +
|
||||
@"EXCEPTION OCCURS\: ${exception:format=tostring}${newline}}";
|
||||
|
||||
var fileTarget = new FileTarget
|
||||
|
|
|
|||
Loading…
Reference in a new issue