Skip to content
This repository was archived by the owner on Sep 27, 2020. It is now read-only.

Commit 7118cd8

Browse files
authored
Hotfix update
1 parent 01f33be commit 7118cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ultz.Logger/UltzLogger.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Func<TState, Exception, string> formatter
3030
.Replace("SS", DateTime.Now.ToString("ss"))
3131
.Replace("EVENT_ID", $"[{eventId.Name}/{eventId.Id}]")
3232
.Replace("MSG", formatter(state, exception));
33-
Writers.ForEach(x => x.Write(msg));
33+
Writers.ForEach(x => x.WriteLine(msg));
3434
}
3535

3636
private string GetLevel(LogLevel lvl)

0 commit comments

Comments
 (0)