You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nservicebus/logging/nlog.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
1
---
2
2
title: NLog
3
3
summary: Logging to NLog
4
-
reviewed: 2021-09-17
4
+
reviewed: 2024-08-20
5
5
component: NLog
6
6
related:
7
7
- samples/logging/nlog-custom
8
8
---
9
9
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.
0 commit comments