Info
Version: | 1.1.0 |
Author(s): | Mike Chamberlain |
Last Update: | Thursday, December 19, 2013 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TopShelf.OldLog4NetIntegration |
Install
Install-Package TopShelf.OldLog4NetIntegration
dotnet add package TopShelf.OldLog4NetIntegration
paket add TopShelf.OldLog4NetIntegration
TopShelf.OldLog4NetIntegration Download (Unzip the "nupkg" after downloading)
This package allows us to integrate against the popular older version of 1.2.10. This is especially useful if we are also using Castle log4net integration, as this does not work with version 2.
Example usage: x.UseOldLog4Net();.