elmahappender_log4net 1.0.2-beta3
dotnet add package elmahappender_log4net --version 1.0.2-beta3
NuGet\Install-Package elmahappender_log4net -Version 1.0.2-beta3
<PackageReference Include="elmahappender_log4net" Version="1.0.2-beta3" />
paket add elmahappender_log4net --version 1.0.2-beta3
#r "nuget: elmahappender_log4net, 1.0.2-beta3"
// Install elmahappender_log4net as a Cake Addin #addin nuget:?package=elmahappender_log4net&version=1.0.2-beta3&prerelease // Install elmahappender_log4net as a Cake Tool #tool nuget:?package=elmahappender_log4net&version=1.0.2-beta3&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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
-
- elmah.corelibrary (>= 1.2.2)
- log4net (>= 2.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2-beta3 | 678 | 6/6/2013 |
1.0.2-beta | 44 | 5/23/2013 |
1.0.1-beta | 44 | 3/21/2013 |
1.0.0 | 5,338 | 9/20/2012 |
*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.
NOTE: created a second package, elmahappender_log4net_1.2.10, with the dependancy on 1.10 for those that don't want to (or can't) upgrade log4net to 1.2.11.