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: Copy log4net.config when publishing ?
Prev Next
You are not authorized to post a reply.

Author Messages
Barbara Post

03/13/2009 10:38 AM  

Hello,

I use log4net 1.2.10 within an ASP.NET 3.5 MVC RC2 project.

Thus I initialize log4net configuration in Global.asax.cs class by this code :

[code]
string filename = Server.MapPath("log4net.config");
XmlConfigurator.Configure(new System.IO.FileInfo(filename));
[/code]

This works. log4net.config defines the standard "log4net" XML tag and its content.

I have an issue when publishing my project using Visual Web Developper Express 2008, with the following options (translating...) :

- delete all files before publishing
- copy only required files for the application to run

log4net.config doesn't get copied (of course it is included in project).

I tried the following but to no avail :

- option 1 : set log4net.config file "copy to output dir" option to "always"
- option 2 : declare a log4net config section in Web.config as follows, but I don't like it (useless and cluttering).

[code]
    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
(...)
<log4net configSource="log4net.config"/>
[/code]

I successfully use a config section in an external file in this project.

Thanks for any hint,

Barbara Post

You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > Copy log4net.config when publishing ?



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