I20260420-1800
Replace Plugin.getDefault().getLog().log(new Status(...)) with ILog.of(Class).error(...)/info(...). Drops the Activator round-trip and the Status allocation in one go. Log channel stays in the same bundle in both cases.
Replace Plugin.getDefault().getLog().log(new Status(...)) with ILog.of(Class).error(...)/info(...). Drops the Activator round-trip and the Status allocation in one go. Log channel stays in the same bundle in both cases.