Hi Lars,
I've been working through your RCP tutorial.
http://www.vogella.com/articles/Eclipse4RCP/article.html
It's a great introduction and everything seems to work as you say.
I'm stuck, trying to figure out what happens to the log messages that
are pushed through the logger interface:
import org.eclipse.e4.core.services.log.Logger;
...
@Inject
Logger logger;
...
logger.info("UI will start to build");
I figure is should be a simple matter to make the logs visible in a
viewer/console/file both during application development and on
deployment. After many hours on Google and failed attempts I'm still
no closer to solving the mystery.
A few pointers would help greatly (an example would be a godsend).
Thanks, Steve