Friday, May 18, 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: Is it possible to have in the same logger different appender depending of the level?
Prev Next
You are not authorized to post a reply.

Author Messages
Jose Antonio Cortijo Solera

02/10/2006 12:15 PM  

Hi,

 

I am pretty newbie using log4net and I would like to have for a asp.net page a rolling file appender for the debug log statement and other smtp appender for error logs statements.

Is it possible to achieve this behaviour?

 

Thanks in advance.

 

Jose Antonio Cortijo Solera

Dpto. de Informática

INDITEX TEMPE

mailto:joseacs@tempe.es

Tlfno. 966657500 Ext. 40969

 

Nicko Cadell

02/28/2006 7:35 PM  

Yes you can do this by referencing both (or more) appenders from the logger and setting a <threshold> on the appender itself, for example:

<appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
        <threshold value="INFO" />
        ...
</appender>

<appender name="FileAppender" type="log4net.Appender.FileAppender">
        <threshold value="DEBUG" />
        ...
</appender>

<root>
        <appender-ref ref="ConsoleAppender" />
        <appender-ref ref="FileAppender" />
</root>

Cheers,
Nicko

You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > Is it possible to have in the same logger different appender depending of the level?



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