Try to gather more info about

DelegatingStreamConnectionProvider classloading error
This commit is contained in:
Kris De Volder
2018-11-29 11:31:15 -08:00
parent 21b06df305
commit 3de99e1f32
2 changed files with 12 additions and 2 deletions

View File

@@ -145,4 +145,8 @@ public class LanguageServerCommonsActivator extends AbstractUIPlugin {
public static void logError(Throwable t, String message) {
instance.getLog().log(new Status(IStatus.ERROR, instance.getBundle().getSymbolicName(), message, t));
}
public static void logInfo(String message) {
instance.getLog().log(new Status(IStatus.INFO, instance.getBundle().getSymbolicName(), message));
}
}