Skip to content

Commit ceb0a72

Browse files
committed
ColoredConsoleTarget without RegEx using Words option without spaces
1 parent d1584f6 commit ceb0a72

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
@@ -422,7 +422,7 @@ But logic has been implemented to continue support `IgnoreCase` and `WholeWords`
422422
for the string-matching logic.
423423

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

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

0 commit comments

Comments
 (0)