Top 20 NuGet log4net Packages

A simple Singleton implementation of Log4Net Logger. Package will add required settings in web.config and add a folder Configuration at root, which will contain config for log4net. It also install Log4Net package. Once installed, we can use it by : CodeNode.Logging.Logger.Instance.Info("Message"...
log4net blob storage appender
A personal nuget package for setting up wcf project quickly.
<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/> </configSections> <log4net> <!--MongoDbAppender--> <appender name="UepMongoLogAppender" type="ForwardMongoLogger.Mon...
A WinForms component that automatically shows a live stream of the application's log4net events
App.Config and log4net.config Transform. In advance, App.Debug.config, App.Main.config, App.Hotfix.config, App.Release.config, log4net.Debug.config, log4net.Main.config, log4net.Hotfix.config, log4net.Release.config is available. log4net.config file will be included in the clickonce publish.
Web.Config and log4net.config Transform. In advance, Web.Debug.config, Web.Main.config, Web.Hotfix.config, Web.Release.config, log4net.Debug.config, log4net.Main.config, log4net.Hotfix.config, log4net.Release.config is available. log4net.config file will be included in the Web site...
MiniProfiler extensions allows save Profiler results into log by log4Net All what you need is: var logger = LogManager.GetLogger("Logger"); //Init Log4Net Logger MiniProfilerLog.SetUpLog4Net(logger); //Set up profiler with logger and use Profiler as usual (see MiniProfiler site
It avoids the cumbersome task of creating a private static logger on each class on which logging is desired. It automatically solves correct stack trace from caller. Also, its output fits external tools such as Log2Console (http://log2console.codeplex.com/)
Fluent logger abstraction as a NuGet source code package
Log4Net based logger for BizTalk
Provides Log4Net quick setup with File and Console Appender
DD4T Logger Implementation with Log4Net
log4net extensions: shorter logger initialization, more suitable parameters order, trace method, smtp appender with dynamic subject, statistics appender to get number of each log event type
Send log to Slack.
log4net appender for Elastic Search
AbpExtension.Specifications