elmahappender_log4net 1.0.1-beta

This is a prerelease version of elmahappender_log4net.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package elmahappender_log4net --version 1.0.1-beta
NuGet\Install-Package elmahappender_log4net -Version 1.0.1-beta
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="elmahappender_log4net" Version="1.0.1-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add elmahappender_log4net --version 1.0.1-beta
#r "nuget: elmahappender_log4net, 1.0.1-beta"
#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 elmahappender_log4net as a Cake Addin
#addin nuget:?package=elmahappender_log4net&version=1.0.1-beta&prerelease

// Install elmahappender_log4net as a Cake Tool
#tool nuget:?package=elmahappender_log4net&version=1.0.1-beta&prerelease

This appender will allow log4net to be configured to send log messages to ELMAH directly. This way ELMAH can be the log manager of record for sites while still allowing specific logging parameters to be controlled with log4net as usual.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  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
1.0.2-beta3 25,434 6/6/2013
1.0.2-beta 1,129 5/23/2013
1.0.1-beta 1,053 3/21/2013
1.0.0 163,052 9/20/2012

*1.0.1 - Fix issue with MVC sites when the LogManager is created for the first time inside of the Application_Start function.  This fix includes a new property to set the ApplicationName value for ELMAH manually instead of trying to infer it from the HttpContext.
           *Also reduced the log4net dependancy to 1.10 or greater for those that don't want to upgrade to 1.11.