Question

I'm asking this in relation to Flex Builder, but it might apply to Eclipse in general.

Trace statements in Flex Builder get sent to an Eclipse Output Console. What is the easiest way to filter this text on the Eclipse side?

Specifically, I'd like to be able to filter (ignore) lines by patterns.

I came across Logback, but it seems like overkill for this scenario. Is there no way to script something like this Eclipse itself?

Was it helpful?

Solution

Nothing specific to FlexBuilder. If you need such a functionality, you'd need to write an Eclipse plug-in.

Take a look at grep-console one to start off.

OTHER TIPS

Also GrepClipse may help. Also available on the Eclipse Martket.

there is also Easy Console Grepper which opens up own console, easier at first then grep-console I think. Just define what You searching and it will show after console execution lines with searched expression.

Please use Easy Console Grepper Eclipse Plugin as this is much easier and more intuitive than grep-console.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top