RE: RollingFileAppenders per Class

2009-02-11 Thread Hadley Willan
Thanks Nick, That works a charm! :) -Original Message- From: Nick Durcholz [mailto:ndur...@e-farmcredit.com] Sent: Wednesday, 11 February 2009 23:33 To: Log4NET User Subject: RE: RollingFileAppenders per Class I think what you want to do is use the logger heirarchy for this. Something

RE: RollingFileAppenders per Class

2009-02-11 Thread Nick Durcholz
I think what you want to do is use the logger heirarchy for this. Something like the following will work: ... ... ... The key here is the additivity="false" attribute on MyNamespace.StaticClassX logger. This indicates that