Top "Log4net" questions

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

Default values for AdoNetAppender parameter

I am using log4net with AdoNetAppender. It logs all log info into a table. This table actually has 2 Integer …

log4net adonetappender
Prism 4 ILoggerFacade for Log4Net?

I am converting from Prism 2.1 to Prism 4, and I need to write an ILoggerFacade class for Log4Net. My old …

log4net prism prism-4
log4net traceappender only logs messages with level 'verbose' when using Windows Azure DiagnosticsMonitor

I have an azure worker role which I have configured to use a log4net Trace Appender which writes to …

c# azure log4net azure-diagnostics
How to initialize log4net before the log file is created?

I would like to set the full path and the file name for the log file (I use log4net) …

c# log4net log4net-configuration
Is it possible to wildcard logger names in log4net configuration?

In my application, I use log4net, with all types creating their own logger based on their type - e.…

c# .net log4net
Log4net logging not working - asp.net mvc

My log4net configuration is this, <?xml version="1.0" encoding="utf-8" ?> <log4netConfiguration> <configSections> <…

asp.net-mvc log4net log4net-configuration
how to configure static log file name with compositely named roll backups

I used this config but a date is always added to the current file ('log.20130805.0.log'). <appender name="LogFileAppender" …

log4net config rollingfileappender
log4net fileappender not creating log-file.txt in Outlook ThisAddIn.cs

I can't see what is wrong here. I just want to get log4net writing to a log file with …

c# log4net outlook-addin rollingfileappender fileappender
Exception when adding log4net config

I am getting an error on the very first line of code in the App.cs file (which is creating …

c# log4net log4net-configuration
Log4Net StringMatchFilter is not filtering anything

I'm logging all SQL generated by nHibernate because we have a weird issue. This alone generates huge logs so I'm …

.net nhibernate log4net filtering string-matching