elmahappender_log4net_1.2.10 1.0.2

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

// Install elmahappender_log4net_1.2.10 as a Cake Tool
#tool nuget:?package=elmahappender_log4net_1.2.10&version=1.0.2

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.

This package is specifically for log4net 1.2.10.  If you upgrade to 1.2.11, you need to remove this package and install elmahappender_log4net.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 838 6/6/2013

*1.0.2 - 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.