Modifier and Type | Method and Description |
---|---|
void |
PluginContext.log(java.lang.String message,
Logger.MessageLevel level)
The provided String is provided to the context for information.
|
Modifier and Type | Method and Description |
---|---|
static Logger.MessageLevel |
Logger.MessageLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Logger.MessageLevel[] |
Logger.MessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Logger.ListenerList.fireLog(java.lang.String message,
PluginContextID contextID,
Logger.MessageLevel messageLevel) |
void |
Logger.log(java.lang.String message,
PluginContextID contextID,
Logger.MessageLevel messageLevel) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPluginContext.log(java.lang.String message,
Logger.MessageLevel level)
The provided String is provided to the context for information.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceEnvironment.log(java.lang.String message,
Logger.MessageLevel level)
A service uses this method to log messages in the environment.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Logger.MessageLevel> |
SlickerConsole.types |
Modifier and Type | Method and Description |
---|---|
void |
SlickerConsole.receiveMessage(java.lang.String text,
Logger.MessageLevel type) |
void |
SlickerMessageBar.receiveMessage(java.lang.String text,
Logger.MessageLevel type) |