Top "Log4net" questions

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

log4net filter - how to write AND filter to ignore log messages

I am struggling to write an AND conditional filter in log4net. Had it been nLog, I could have written …

log4net log4net-configuration log4net-filter
How to make Log4Net send an Email with the From value set to the current users email address

On the Log4Net Config Examples webpage it shows examples on how to setup a SmtpAppender. So I added the …

c# log4net log4net-configuration log4net-appender
How do I switch from Log4Net to NLog in Quartz.Net?

My company's standard logging tool is NLog. I'm trying to introduce Quartz.net and was asked if it could use …

log4net quartz.net nlog common.logging
log4net doesn't watch my app.config

I configured my log4net to watch on changes made to the app.config file. [assembly: log4net.Config.XmlConfigurator(…

log4net app-config watch appender
WCF logging/tracing and activity id propagation using log4net or NLog

I have seen many other questions on logging. Best practices. What logging platform is best. Etc. Here are some links …

wcf logging log4net nlog system.diagnostics
log4net: How to store data in DB

I am planning to replace few different logging mechanism with the only 1. Also I would like to store data not …

database logging log4net log4net-configuration
Log4Net does not log from a class library

I am working on .NET Framework 4.0 using C# in Windows 7, and trying to log from a class library but it's …

log4net class-library
XDocument or XElement parsing of XML element containing namespaces

I am try to read the following string, captured from a log4net UdpAppender. <log4net:event logger="TestingTransmitter.…

c# linq-to-xml log4net
Best logging approach for composite app?

I am creating a Composite WPF (Prism) app with several different projects (Shell, modules, and so on). I am getting …

c# logging log4net prism