Top "Log4net" questions

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

When should I use Tracing vs Logger.NET, Enterprise Library, log4net or Ukadc.Diagnostics?

How do I choose between standard tracing, Logger.NET, Enterprise Library, log4net or Ukadc.Diagnostics? Is there a situation …

.net log4net enterprise-library nlog system.diagnostics
How do you log the machine name via log4net?

I am using Log4Net with the AdoNetAppender to log messages from a simple systray application into a SQL Server 2005 …

c# .net logging log4net
log4net versus TraceSource

In this thread many people have indicated that they use log4net. I am a fan of TraceSources and would …

.net logging log4net trace diagnostics
How do I use a date pattern in a header/footer?

Here's my appender configuration from my app.config. This just prints out the literal string instead of translating it to …

log4net log4net-configuration
log4net process id information

I am trying to create a logging solution that involves multiple processes on multiple machines. I planned on using the …

log4net
Can you pull the connectionString for a log4net AdoNetAppender from elsewhere in a web.config file?

I already have a db connection string in my web.config file. I scanned the log4net docs, but can't …

c# asp.net web-config log4net
How i can use the connectionString of the current website for log4Net instead of configuring

I use log4Net for my system's log. The connectionString node is mandatory if the appender type is the AdoNetAppender …

c# log4net connection-string
Log4net won't log to console (WinForms app)

I'm just starting using the Log4Net library and having problems configuring it. I don't need anything special. I'm using …

.net log4net log4net-configuration
Configuring a custom event log for log4net

I'm using log4net for logging (duh!). Using the EventLogAppender, I can configure my application name, so that my events …

c# .net log4net event-log
Quartz.net and Common.Logging - Using Log4Net

I'm using Quartz.net within a windows service. Currently, the trigger is not firing - I'd like to use the …

c# logging log4net quartz.net common.logging