Attaches the given filter predicate limiting the tracing printout.
Attaches the given filter predicate limiting the tracing printout. You can supply an expression consisting of either the predefined Predicates (see the Lines, Rules, Matched and Mismatched objects) or custom functions with one of the following signatures as TracingPredicates: Context[Any] => Boolean (Context[Any], Boolean) => Boolean
For example: "Lines(10 until 20) && Rules.below(parser.Factor)".
Attaches the given log sink to this TracingParseRunner instance.