Info
Version: | 1.4.0 |
Author(s): | Andre Konstantinov |
Last Update: | Wednesday, April 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/abkonsta/NLog.Extensions.AzureBlobTable |
NuGet Url: | https://www.nuget.org/packages/NLog.Extensions.AzureBlobTable |
Install
Install-Package NLog.Extensions.AzureBlobTable
dotnet add package NLog.Extensions.AzureBlobTable
paket add NLog.Extensions.AzureBlobTable
NLog.Extensions.AzureBlobTable Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- NLog(>= 4.0.0)
- WindowsAzure.Storage(>= 9.0.0)
- NLog(>= 4.0.0)
- WindowsAzure.Storage(>= 9.0.0)
Tags
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.AzureStorageBlob.