Skip to content

Commit e35f9f7

Browse files
authored
Update nlog.md
1 parent 875a427 commit e35f9f7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

nservicebus/logging/nlog.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
title: NLog
33
summary: Logging to NLog
4-
reviewed: 2021-09-17
4+
reviewed: 2024-08-20
55
component: NLog
66
related:
77
- samples/logging/nlog-custom
88
---
99

10-
> [!NOTE]
11-
> It is recommended to directly use the [`Microsoft.Extensions.Logging`](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging/) to log entries as it also supports semantic logging. Please see [Logging in .NET Core and ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/) for further details.
12-
13-
Support for writing all NServiceBus log entries to [NLog](https://nlog-project.org/).
14-
10+
> [!WARNING]
11+
> NServiceBus.NLog is obsolete. NServiceBus is now providing support for logging libraries through the Microsoft.Extensions.Logging. Please see [Logging in .NET Core and ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/) for further details.
1512
1613
partial: usage
1714

0 commit comments

Comments
 (0)