I think the filter would be more useful if it dealt with the LocationInfo object instead of just the ClassName:
<filter type="LocationInfoStringMatchFilter"> <stringToMatch locationInfoProperty="ClassName" value="Foo" /> </filter> <filter type="LocationInfoStringMatchFilter"> <stringToMatch locationInfoProperty="Line" value="20" /> </filter> --- Joseph Osowski <[EMAIL PROTECTED]> wrote: > I created the following filter for filtering on namespaces. It was a > simple change from StringMatchFilter filter. > > I am sure this can be improved on, I'm not even sure it will work if > your binary is compiled in release mode. I figured I would forward > it > along if anyone else needs of if you want to throw it into the build. > > > -Joe > > >
