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?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

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

Take a look at this one to start off.

link|improve this answer
Grep Console is exactly what I was looking for! Many thanks – darscan Mar 22 '09 at 19:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.