I added a logger in an abstractVisionComponent as follow :
private static Logger logger = Logger.getLogger(JMapViewerComponent.class);
logs appear in the ignition Console.
Is it the right way to log for a Vision Component ?
Another ignition method to use ?