Skip to content

Commit a225039

Browse files
committed
ColoredConsoleTarget with default color Red for errors
1 parent ceb0a72 commit a225039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-04-29-nlog-6-0-major-changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,10 @@ If the output from `JsonLayout` needs to be more human readable, then one can ex
407407

408408
### NLog ColoredConsoleTarget with Errors in red
409409

410-
NLog `ColoredConsoleTarget` used the color Yellow for Errors and Magenta for Warnings.
411-
This has now been changed to color Red for Errors and Yellow for Warnings.
410+
NLog `ColoredConsoleTarget` has changed default highlight colors to be Red for Errors and Yellow for Warnings.
411+
Previously NLog colored console used the color Yellow for Errors and Magenta for Warnings.
412412

413-
This is to align with the normal color standards that most other systems seems to be using.
413+
This is to align with the color standards that most other systems are using.
414414

415415
### NLog ColoredConsoleTarget without RegEx
416416

0 commit comments

Comments
 (0)