Skip to content

Commit 875a427

Browse files
authored
Legacy docs review
1 parent 31e8f1e commit 875a427

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

nservicebus/logging/log4net.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
22
title: Log4Net
33
summary: Logging to Log4Net
4-
reviewed: 2021-09-08
4+
reviewed: 2024-08-20
55
component: Log4Net
66
related:
77
- samples/logging/log4net-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-
14-
Support for writing all NServiceBus log entries to [Log4Net](https://logging.apache.org/log4net/).
15-
10+
> [!WARNING]
11+
> NServiceBus.Log4Net 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.
1612
1713
## Usage
1814

0 commit comments

Comments
 (0)