my first question at stackoverflow :) I've got a e4 rcp application and log like it is described in this tutorial: Eclipse Logging
@Inject Logger logger;
logger.error("Error: Closing application");
So for my application I want to show the log in a custom view, but I have no idea how to get the log output. Is there a way to add an listener or something to catch all log information and write it into text field?
So far thanks for your help