As far as I have understood reading online articles, the embedded data-logger in Eclipse should be best deal especially if you're implementing an RCP app. (Confirm?)
Anyway I'm struggling using it.
The first issue I have faced is a problem with Injection:
import org.eclipse.e4.core.services.Logger;
@Inject
private Logger logger;
In an MPart it produces a null variable.