is there an opposite filter of StringMatchFilter? The problem I want to solve is to filter all logging info that contain a special string to a logfile A, and all other logging info to a separate logfile B. I don't want to all info in A repeated in B.
thanks.
