chore(deps): update dependency nlog.web.aspnetcore to v6 (#3438)

* chore(deps): update dependency nlog.web.aspnetcore to v6

* Adapt ASF to NLog v6

* Use another approach for NLog file archiving

* Use cached ${currentdir} to improve performance

* Misc fix

* Update suffix format

* Misc

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Łukasz Domeradzki <JustArchi@JustArchi.net>
This commit is contained in:
renovate[bot]
2025-07-05 15:39:37 +02:00
committed by GitHub
parent e93ea74def
commit 4ba034f988
6 changed files with 25 additions and 18 deletions

View File

@@ -188,8 +188,8 @@ internal static class Program {
// Add support for custom logging targets
LogManager.Setup().SetupExtensions(static extensions => {
extensions.RegisterTarget<HistoryTarget>(HistoryTarget.TargetName);
extensions.RegisterTarget<SteamTarget>(SteamTarget.TargetName);
extensions.RegisterTarget<HistoryTarget>();
extensions.RegisterTarget<SteamTarget>();
}
);