Re: Nested Config settings...

2010-04-22 Thread Ron Grabowski
} public class Condition { public string Key { get; set; } public string StringToMatch { get; set; } } } } #endif From: Brian Carlson To: Log4NET User Sent: Wed, April 21, 2010 2:03:55 PM

Nested Config settings...

2010-04-21 Thread Brian Carlson
I have a custom filter, doing an AND of multiple property checks. I need to be able to read in the following config... Does anyone know how to implement this so my class has access to the nested nodes? Thanks, Brian