Thursday, March 11, 2010
 
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: CustomAppender and property
Prev Next
You are not authorized to post a reply.

Author Messages
Pascal ROZE

12/16/2008 10:44 AM  
Hi all

I'm developping my own appender.
Looking at some examples in the Net, I've found how to create property, I just have to use the same name in appender file and config file.

 - In the config file:
<myProperty value="HelloWorld" />

 - In the appender file:
private string m_myproperty
public string MyProperty
{
    get { returm m_myproperty; }
    set { m_mypropery = value; }
}

I was wondering how it works but I didn't find the class/function in log4net sources.

Can anyone help me?

Thx a lot

Cheers
Pascal

Ron Grabowski

12/16/2008 1:53 PM  
Log4net uses reflection to look see if the xml node name matches a public property on your object.
 
Pascal ROZE

12/16/2008 3:13 PM  
Do you know in what class/function this job is done in log4net sources?

Ron Grabowski

12/16/2008 6:45 PM  
log4net.Repository.Hierarchy.XmlHierarchyConfigurator.SetParameter

 
You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > CustomAppender and property



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