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: PropertyFilter
Prev Next
You are not authorized to post a reply.

Author Messages
Bruno Baia

03/02/2009 12:18 PM  
Hi,

I'm logging something like that :
<conversionPattern value="%date %identity %-5level %logger : %message%newline" />

I want to filter by identity, then I tried to use the PropertyFilter :

<filter type="log4net.Filter.PropertyFilter">
  <key value="Identity" />
  <stringToMatch value="domain\username" />
</filter>

This doesn't seem to work. I also tried with "log4net:identity" for the key value but no success.


Then I tried with the StringMatchFilter :

<filter type="log4net.Filter.StringMatchFilter">
  <stringToMatch value="domain\username" />
</filter>

This doesn't work too. It seems it only looks for the value on the message text.


Any idea ?
Thanks !

Note that I don't want to use any custom log4net code as I'm using Common.Logging.


Cheers,
Bruno Baia
You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > PropertyFilter



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