curit.logentries.log4net 0.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package curit.logentries.log4net --version 0.2.2
NuGet\Install-Package curit.logentries.log4net -Version 0.2.2
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.2" />
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.2
#r "nuget: curit.logentries.log4net, 0.2.2"
#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.2

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

Appender for log4net for logentries.com

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
0.2.5 8,022 6/11/2015
0.2.5-pre2 859 6/11/2015
0.2.5-pre 902 6/11/2015
0.2.4 1,067 6/3/2015
0.2.3 1,066 5/12/2015
0.2.2 1,054 5/12/2015
0.1.9 1,238 10/28/2014
0.1.8 1,431 10/2/2014
0.1.7 1,152 9/11/2014
0.1.6 1,158 8/6/2014
0.1.4 1,115 8/6/2014
0.1.3 1,340 4/9/2014
0.1.2 1,183 3/18/2014
0.1.0 1,228 2/20/2014

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.