Top "Log4net" questions

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

Having a log per day

Currently my application is using log4net to log errors, the web.config for this is as followed: <log4…

c# logging error-handling log4net
Get log4net log file in C#

This is my configuration for log4net: <log4net> <appender name="MyLogger" type="log4net.Appender.RollingFileAppender"&…

c# .net log4net
Log4net Not Creating Log File

I'm getting an error on a program that has log4net configured, but no log file is being created. I'm …

log4net
Log4Net and .NET 4.0

There have not been any log4net release for some time. This has not presented any problems with 3.5, but what …

.net log4net
Change log4net logging level programmatically

This is similar to 650694 but no answer was accepted there, I can't get any of those suggestions to work at …

c# logging log4net
Log4Net "Could not find schema information" messages

I decided to use log4net as a logger for a new webservice project. Everything is working fine, but I …

web-services logging schema web-config log4net
How to log MethodName when wrapping Log4net?

I have wrapped Log4net in a static wrapper and want to log loggingEvent.LocationInformation.MethodName loggingEvent.LocationInformation.ClassName However …

.net logging log4net
How to configure or setup Log4Net with ASP.NET ( included MVC) C# on Visual Studio 2012 ~ ~

I want to record software process logs to files. Rather than make my own log system, I am trying to …

c# asp.net-mvc visual-studio asp.net-web-api log4net
Maximum Filesize of LogFileAppender in Log4Net

I am using Log4net for a while now and it's an amazing logging framework, especially when hooked into Castle.…

.net log4net
Dependency injection and named loggers

I am interested in learning more about how people inject logging with dependency injection platforms. Although the links below and …

c# logging dependency-injection log4net nlog