Skip to content

Commit 7093725

Browse files
committed
NLog v6 - Preview1 (ArchiveFileName)
1 parent 6d3e4be commit 7093725

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The old archive-logic:
5656

5757
NLog FileTarget still support static archive logic with `File.Move`, but it must be explictly activated
5858
by specifying `ArchiveFileName`. If not using `ArchiveFileName` but want to revert to old archive-logic
59-
with `File.Move` then just ensure to assign `ArchiveFileName="..."` with the same value as `FileName="..."`.
59+
with `File.Move`, then just assign `ArchiveFileName="..."` to have the same value as `FileName="..."`.
6060

6161
NLog FileTarget no longer has the following options:
6262

0 commit comments

Comments
 (0)