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: Adding a logger stops another one from working...!?
Prev Next
You are not authorized to post a reply.

Author Messages
enoesque

03/05/2009 5:58 PM  


Hi,

I'm new to log4net, and I'm having a problem with multiple loggers.
       
I had an AdoNetAppender logger in my config file, and it worked fine,
logging issues to a database.

I then added another logger, to log other ERRORS to a text file.  This
actually stopped my AdoNetAppender from logging to my database.

The configs are below - am I missing something obvious?

Thanks

eno

<!-- ADDING THIS LOGGER STOPS THE LOGGER BELOW FROM WORKING.
ErrorFileAppender is a RollingFileAppender -->
    <logger name="App.ns1.Common.Utilities" additivity="true">
      <level value="ERROR"/>
      <appender-ref ref="ErrorFileAppender"/>
    </logger>

<!-- THIS LOGGER WORKS UNTIL I ADD THE LOGGER ABOVE -->
    <logger name="App.ns1" additivity="true">
      <level value="INFO"/>
      <appender-ref ref="AdoNetAppender"/>
    </logger>

enoesque

03/06/2009 4:45 PM  


Couldn't get this working so I ended up logging both using the
AdoNetAppender.

eno

You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > Adding a logger stops another one from working...!?



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