Re: filtering on methods

2008-06-13 Thread Ross Hinkley
Peter, Robert- Thank you for your quick responses!! Peter's solution seems to be the ticket I was looking for. Thank you both for your time. I guess what makes me feel a little exasperated is that I've read over similar sections a dozen times today, looking down a completely wrong path. Thanks

RE: filtering on methods

2008-06-13 Thread Rob Prouse
It doesn't work down to the method level, but most people add a static ILog per class based on the class name. You would then set up your configuration to only log you're class A. Here is a very untested example of code and config that logs all warnings and errors, but just debug info from clas

Re: filtering on methods

2008-06-13 Thread Peter Drier
will filter out any log messages less than ERROR level from ClassB.. So assuming you have something like this already: Combined with the above, you'll get Debug and higher from everything except ClassB. -Peter -- Peter's Photography www.PeterDr