NLog.Extensions.AzureEventHub
2.6.0
NLog EventHubTarget for writing to Azure Event Hubs datastreams
Install-Package NLog.Extensions.AzureEventHub -Version 2.6.0
dotnet add package NLog.Extensions.AzureEventHub --version 2.6.0
<PackageReference Include="NLog.Extensions.AzureEventHub" Version="2.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Extensions.AzureEventHub --version 2.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Fixed bug where LogManager.Flush() or LogManager.Shutdown() completed prematurely when using BatchSize > 100
Introduced new option MaxBatchSizeBytes with default value 1 MByte (Basic Tier = 256 KByte, Standard Tier = 1 MByte)
Dependencies
-
.NETFramework 4.6.1
- Microsoft.Azure.EventHubs (>= 4.3.0)
- NLog (>= 4.6.8)
-
.NETStandard 1.4
- Microsoft.Azure.EventHubs (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- NLog (>= 4.6.8)
-
.NETStandard 2.0
- Microsoft.Azure.EventHubs (>= 4.3.0)
- NLog (>= 4.6.8)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.