Skip to content

Commit 55c2c7c

Browse files
committed
NLog v6 - ColoredConsoleTarget has new Words-option (Remove spaces)
1 parent ff5ed9f commit 55c2c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ But logic has been implemented to continue support `IgnoreCase` and `WholeWords`
421421
for the string-matching logic.
422422

423423
NLog v6.0.3 introduces new `Words`-option to configure the same highlighting for multple words.
424-
Use a comma-separated word-list like this: `words="FastHeaders, FastSync, SnapSync"`.
424+
Use a comma-separated word-list like this: `words="FastHeaders,FastSync,SnapSync"` (Remove leading/trailing between words)
425425

426426
NLog v6.0.4 extends the `WholeWords`-option, so the `Text`-option can include special characters
427427
like `text="|Warn|"` for matching, but will only highlight the word-part `Warn`.

0 commit comments

Comments
 (0)