NLog.Extensions.AzureTableStorage
1.1.4
Azure table storage target implementation for NLog. A fork of harouny's project in github.
Supports customizing partition and row keys with macros. For example, you can specify ${longdate}_${guid}
in the target "RowKey" property to have your key be made up of a long date/time string and a guid, with
an underscore in between. For details see https://github.com/abkonsta/NLog.Extensions.AzureTableStorage.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package NLog.Extensions.AzureTableStorage -Version 1.1.4
dotnet add package NLog.Extensions.AzureTableStorage --version 1.1.4
<PackageReference Include="NLog.Extensions.AzureTableStorage" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Extensions.AzureTableStorage --version 1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Support for macros in partition and row keys is added.
Dependencies
-
- NLog (>= 3.2.0)
- WindowsAzure.Storage (>= 4.3.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NLog.Extensions.AzureTableStorage:
Package | Downloads |
---|---|
K0NRT15.App.Log
K0NRT15 Core App Logging Toolkit
|
GitHub repositories
This package is not used by any popular GitHub repositories.