Top "Log4net" questions

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

Trying to get log4net working with PowerShell (with a log4net config file in the mix)

I have been struggling with getting log4net working with PowerShell. I have the following PowerShell code that pulls in …

powershell log4net log4net-configuration log4net-appender
Logging large messages with Log4Net AdoNetAppender

I have a library which has a couple of web service calls. Now it is a requirement to log all …

log4net log4net-appender
Unable to create type 'Common.Logging.Log4Net.Log4NetLoggerFactoryAdapter, Common.Logging.Log4Net'

I have WCF project with other class libraries in a solution. I added Common.Logging using nuget package manager for …

c# wcf log4net log4net-configuration
log4net MemoryAppender not working

I'm using log4net to log in my app. My FileAppender is working fine, but I'm having problems with MemoryAppender. …

log4net appender
Vs2010 using log4net with Intellisense

I'm using vs2010 and I need to log a multithreading application. So I decided to use log4net, but as …

visual-studio-2010 log4net intellisense log4net-configuration
Log4Net Multiple Projects

I am using log4net in one of our solutions. The solution contains multiple projects, each a Unit-Test project. I …

c# visual-studio-2010 log4net mstest log4net-configuration
Records delayed in log4net AdoNetAppender?

I have an AdoNetAppender setup like this: <log4net> <appender name="AdoNetAppender_SqlServer" type="log4net.Appender.…

c# asp.net-mvc-4 log4net adonetappender
Log4Net: Multiple loggers

I have the following log4net configuration: <log4net> <appender name="A1" type="log4net.Appender.RollingFileAppender"&…

log4net log4net-configuration
Creating a different log4net.ILog instance for each appender

I'm using log4net to log a project. I want to log into 3 different files : requests, responses, and errors. <…

c# asp.net .net log4net appender
How Orchard CMS does the logging?

I'm working with Orchard CMS and it is better CMS for me. I want to understand how it does the …

asp.net asp.net-mvc logging log4net orchardcms