AzureTableStorageNLogTarget 1.0.8

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package AzureTableStorageNLogTarget --version 1.0.8
NuGet\Install-Package AzureTableStorageNLogTarget -Version 1.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AzureTableStorageNLogTarget" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureTableStorageNLogTarget --version 1.0.8
#r "nuget: AzureTableStorageNLogTarget, 1.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AzureTableStorageNLogTarget as a Cake Addin
#addin nuget:?package=AzureTableStorageNLogTarget&version=1.0.8

// Install AzureTableStorageNLogTarget as a Cake Tool
#tool nuget:?package=AzureTableStorageNLogTarget&version=1.0.8

A custom Nlog target that save logs to Azure table storage.
log information saved includes:
LogTimeStamp, Level, LoggerName, Message, Exception, InnerException, StackTrace, MessageWithLayout, ExceptionData

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 104,955 6/20/2017
1.0.10 12,516 3/16/2017
1.0.9 178,138 4/6/2015
1.0.8 10,190 11/30/2014
1.0.7 3,094 8/24/2014
1.0.5 3,867 5/17/2014
1.0.3 2,557 2/5/2014
1.0.2 2,300 2/2/2014
1.0.1 2,104 2/2/2014
1.0.0 2,191 2/2/2014

- Log Machine Name.
- Change RowKey to include a time component for default sorting plus a Guid to prevent conflicts.
- Configurable PartitionKey prefix.