public abstract class AbstractCommonActivator extends AbstractActivator
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME| Constructor and Description |
|---|
AbstractCommonActivator() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(int severity,
java.lang.String message,
java.lang.Throwable exception)
Log a message in the Eclipse log file.
|
getPluginIdfind, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, stop, toStringpublic void log(int severity,
java.lang.String message,
java.lang.Throwable exception)
severity - one of IStatus.OK, IStatus.ERROR, IStatus.INFO, IStatus.WARNING, or
IStatus.CANCELmessage - a human-readable message, localized to the current localeexception - a low-level exception, or null if not applicable