Info
Version: | 2.0.0 |
Author(s): | Steve Wagner (lanwin) |
Last Update: | Thursday, June 11, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lanwin/log4net.NLogAppender |
NuGet Url: | https://www.nuget.org/packages/log4net.NLogAppender |
Install
Install-Package log4net.NLogAppender
dotnet add package log4net.NLogAppender
paket add log4net.NLogAppender
log4net.NLogAppender Download (Unzip the "nupkg" after downloading)
Tags
It hands all log4net logging events over to NLog.
So you could use any lib which uses log4net without even using log4net yourself.
Simply call the following line and you are done:
NLogAppender.Initialize();.