log4net.Appenders 1.0.4

dotnet add package log4net.Appenders --version 1.0.4
NuGet\Install-Package log4net.Appenders -Version 1.0.4
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="log4net.Appenders" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net.Appenders --version 1.0.4
#r "nuget: log4net.Appenders, 1.0.4"
#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 log4net.Appenders as a Cake Addin
#addin nuget:?package=log4net.Appenders&version=1.0.4

// Install log4net.Appenders as a Cake Tool
#tool nuget:?package=log4net.Appenders&version=1.0.4

Transfer all your logs to the Azure Table or Blob Storage via Appender for log4net

There are no supported framework assets in this 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.4 3,592 6/20/2018
1.0.3-alpha31 740 6/20/2018
1.0.3-alpha30 642 6/20/2018
1.0.3-alpha29 728 5/6/2018
1.0.3-alpha 746 5/3/2018
1.0.2 3,875 3/31/2018
1.0.1 1,104 3/31/2018

* Group into batches by partition key. Improve comments on summary.
     * Logging to azure tables in the background and making sure that messages would be logged after a given time had elapsed even if there weren't enough messages to fill the buffer.
 * Improve the way we send request to API logger.
 * Update WindowsAzure.Storage version.