How to write to "Console" view from an Eclipse plugin
I have written an Eclipse popupMenus plugin and the only way to display any message, I found in examples so far, are by using org.eclipse.jface.dialogs.MessageDialog (openWarning, openInformation, etc. methods).
When I use System.out.println() or System.err.println() the message does not get logged anywhere. How can I write to the "Console" view of the Eclipse? Thanks |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 14 '15, 9:05 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I would suggest to ask in the Eclipse Forums: http://eclipse.org/forums/
I also found this in my second attempt (using a search engine): http://stackoverflow.com/questions/1836981/eclipse-write-to-console Comments
Ranjan Kumar
commented Feb 15 '15, 1:22 a.m.
Thanks Ralph.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.