curit.logentries.log4net 0.2.5

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

// Install curit.logentries.log4net as a Cake Tool
#tool nuget:?package=curit.logentries.log4net&version=0.2.5

Appender for log4net for logentries.com

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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
0.2.5 7,236 6/11/2015
0.2.5-pre2 803 6/11/2015
0.2.5-pre 803 6/11/2015
0.2.4 936 6/3/2015
0.2.3 945 5/12/2015
0.2.2 949 5/12/2015
0.1.9 1,139 10/28/2014
0.1.8 1,295 10/2/2014
0.1.7 1,009 9/11/2014
0.1.6 1,032 8/6/2014
0.1.4 997 8/6/2014
0.1.3 1,207 4/9/2014
0.1.2 1,065 3/18/2014
0.1.0 1,093 2/20/2014

0.2.5 - No longer use HTTP PUT but the js http endpoint and make the connection really async.
       0.2.4 - Abort worker thread on dispose
       0.2.3 - Green should be spelled correctly
       0.2.2 - Remove rogue xunit.should package
       0.2.1 - Ansi colors for logging with log4net and fix references to azure config.
       0.1.9 - Get Token from environment variable when it's not found in the config.
       0.1.7 - Close on startup failed because it wasn't opened yet.
       0.1.5 - Adds the ability to set ports from AppSettings. "Port" and "SecurePort".
       0.1.4 - Adds support for HttpPut logging back in. Nicer abstraction of Loggers.
       Adds token logging to different port. Makes ports changable. Uses data.logentries.com
       because it accepts more posibilites. Changes certificate accordingly. Fixes some bugs
       in securelogging. Changes "Location" configuration to "LocationName" because it's used
       in log4net for something else.
       0.1.3 - Handles some more exception when trying to send to logentries.
       Because a failing collection caused w3wp to fail hard taking a lot of time.
       Doesn't catch the AuthenticationException on purpose because we want to know
       when we need to make a new package when something over at logentries changes.