Top "Log4net" questions

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

Have log4net use application config file for configuration data

I would like to store log4net config data in my application.config file. Based on my understanding of the …

c# logging log4net
app.config for a class library

I cannot see a app.config file generated for a class library by the VS2008 wizard. In my research I …

c# visual-studio-2008 configuration log4net class-library
How to use log4net in Asp.net core 2.0

I configure log4net in my asp.net core 2.0 application as mentioned in this article LINK program.cs public static …

c# asp.net log4net asp.net-core-2.0 log4net-configuration
How can I change the file location programmatically?

I am totally new to Log4net. I have managed to get something going by adding a config file and …

c# log4net
Can you configure log4net in code instead of using a config file?

I understand why log4net uses app.config files for setting up logging - so you can easily change how …

c# .net logging log4net
How to track down log4net problems

I use log4net all the time, but one thing I've never figured out is how to tell what's going …

.net logging log4net
log4net argument to LogManager.GetLogger

Why do most log4net examples get the logger for a class by doing this: private static ILog logger = LogManager.…

log4net
Crystal Reports error when deployed..Could not load file or assembly 'log4net

Please help. I have a web application that was built in VS2010 and we are using the CR plugin for 2010 …

crystal-reports log4net
Log4Net config in external file does not work

We are using log4net and want to specify it's configuration in an external config file (as we have done …

file logging configuration log4net external
log4net not working

Hey I have this configuration in my web.config <log4net> <appender name="LogFileAppender" type="log4net.…

c# .net-4.0 log4net