Eclipse e4 - Commissioning

As far as I understood reading the online articles, the built-in data logger in Eclipse should be the best, especially if you are using an RCP application. (Confirm?)

I am struggling to use it anyway.

The first problem I ran into was the Injection problem:

import org.eclipse.e4.core.services.Logger;

@Inject
private Logger logger;

      

A null variable is created in MPart.

+3


source to share





All Articles