Top "Log4net" questions

The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets.

Log4net appender threshold not working

I've set up a logfileAppender and a consoleAppender in my log4net config for my application. I would like the …

log4net log4net-configuration
log4net with ASP.NET MVC: nothing happens

I am trying to use log4net with ASP.NET MVC and I cannot get anything to happen with it. …

c# asp.net-mvc log4net
How do I resolve configuration errors with Nant 0.91?

After downloading Nant 0.91, I'm getting some rather cryptic configuration errors relating to configuration or security (see below). I'm trying to …

windows-7 build log4net nant
Log4Net with Application Insights

I am trying to configure my azure asp.net website to send log4net traces to Azure Application Insights. I …

c# asp.net azure log4net azure-application-insights
Configuring log4net TextBoxAppender (custom appender) via Xml file

This is in followup to my question: Flexible Logging Interface... I now want to write a custom log4net appender …

c# log4net log4net-appender
log4net will not read from app.config

I have two projects configured identically for log4net. One project logs fine; however, the other does not log at …

log4net log4net-configuration
Could not load file or assembly 'log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its dependencies

I found several threads relating this issue, but none of those solved my issue. I have been previously using log4…

c# asp.net .net log4net .net-assembly
Disable NHibernate logging

I have an empty app.config file, but I still get NHibernate debug logs NHibernate: SELECT this_.LogID as LogID71_0_, …

nhibernate logging log4net
log4net smtp appender not sending emails

I'm trying to implement log4net to send email. The following is my code but it's not sending emails. <…

c# log4net smtpappender
.NET Reference "Copy Local" True / False Being Set Based on Contents of GAC

We had a very interesting problem with a Win Forms project. It's been resolved. We know what happened, but we …

.net assemblies reference log4net gac