Custom NLog target that sends logs as messages to Service Bus Queues/Topics.
Info
| Version: | 1.1.0 |
| Author(s): | jbockle |
| Last Update: | Monday, April 26, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/NLog.ServiceBus |
Install
Install-Package NLog.ServiceBus
dotnet add package NLog.ServiceBus
paket add NLog.ServiceBus
NLog.ServiceBus Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.ServiceBus(>= 4.2.0 && < 6.0.0)
- NLog(>= 4.6.0 && < 5.0.0)