Use a regex that matches everything *except* the string you want filtered out.
On Tue, 29 Mar 2005 10:25:38 -0600, Cheng <[EMAIL PROTECTED]> wrote: > 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. > -- Eric Means [EMAIL PROTECTED] http://www.randomtree.org/eric/
