Monday, May 21, 2012
 
The best way to analyze your logs! Minimize
 Log4Net Mail archive   

The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.

Subject: Re: re: How to use separate config file for log4net
Prev Next
You are not authorized to post a reply.

Author Messages
wijitha

12/06/2008 2:28 PM  


Hi
First, thanks for replying me.

now that is working.
but now i wanna know, Should this piece of code be written  in constructor
of each class i write.

      FileInfo log4NetConfigFile = new FileInfo("log4net.config");

  if (log4NetConfigFile == null || !log4NetConfigFile.Exists) throw new
Exception("unable to find log file");

log4net.Config.XmlConfigurator.ConfigureAndWatch(log4NetConfigFile);

thank you
wijitha


jsinnott@sftcon.com

12/13/2008 2:37 AM  

At the program or service entry point.

Without a hard path, you will want it in the bin/debug and bin/release
folder for your dev environment.
There is the chicken and egg issue of providing a path for it in the config
file - do you want to record config problems, etc.?

You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > Re: re: How to use separate config file for log4net



ActiveForums 3.7

 

 

 

 

 

 

 

 

Log4Net Dashboard

Log analysis and monitoring made easy!

Log4Net Dashboard is a log viewer that can read log statements from a variety of logging output targets.

You can download a free developer version.

  

Check it out!

On the demonstration site you can try it  with live data.demo.l4ndash.com - Try Log4Net Dashboard with live data

The mail archive is a copy of all the mail sent to the mail address: log4net-user@logging.apache.org, organized as a forum.

If you would like to participate in the mail list, send a mail to log4net-user-subscribe@logging.apache.org.

More information about the mailing list is available on: http://logging.apache.org/log4net/support.html

 

A complete topic list is available and can be viewed here (warning, it takes some time to load)

 

Copyright 2005-2008 by FaktNet AS Terms Of Use Privacy Statement