public interface PluginsRegisterProgressType
PluginsManager.| Modifier and Type | Field and Description |
|---|---|
static char |
LOG_FULL
Specifies that the initialization of the Plugin is logged and that log of exceptions during the initialization of the Plugins should
be full (ie the exceptions StackTraces should be present in the log).
|
static char |
LOG_NO
Specifies that the initialization of the Plugin is not logged.
|
static char |
LOG_SIMPLE
Specifies that the initialization of the Plugin is logged and that log of exceptions during the initialization of the Plugins should
be simple (ie the exceptions StackTraces should not be present in the log).
|
static final char LOG_NO
static final char LOG_SIMPLE
static final char LOG_FULL