Uses of Class
org.processmining.framework.plugin.events.Logger.MessageLevel
-
-
Uses of Logger.MessageLevel in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin with parameters of type Logger.MessageLevel Modifier and Type Method Description void
PluginContext. log(java.lang.String message, Logger.MessageLevel level)
The provided String is provided to the context for information. -
Uses of Logger.MessageLevel in org.processmining.framework.plugin.events
Methods in org.processmining.framework.plugin.events that return Logger.MessageLevel Modifier and Type Method 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.Methods in org.processmining.framework.plugin.events with parameters of type Logger.MessageLevel Modifier and Type Method 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)
-
Uses of Logger.MessageLevel in org.processmining.framework.plugin.impl
Methods in org.processmining.framework.plugin.impl with parameters of type Logger.MessageLevel Modifier and Type Method Description void
AbstractPluginContext. log(java.lang.String message, Logger.MessageLevel level)
The provided String is provided to the context for information. -
Uses of Logger.MessageLevel in org.processmining.framework.util.socket
Methods in org.processmining.framework.util.socket with parameters of type Logger.MessageLevel Modifier and Type Method Description void
ServiceEnvironment. log(java.lang.String message, Logger.MessageLevel level)
A service uses this method to log messages in the environment. -
Uses of Logger.MessageLevel in org.processmining.framework.util.ui
Fields in org.processmining.framework.util.ui with type parameters of type Logger.MessageLevel Modifier and Type Field Description protected java.util.ArrayList<Logger.MessageLevel>
SlickerConsole. types
Methods in org.processmining.framework.util.ui with parameters of type Logger.MessageLevel Modifier and Type Method Description void
SlickerConsole. receiveMessage(java.lang.String text, Logger.MessageLevel type)
void
SlickerMessageBar. receiveMessage(java.lang.String text, Logger.MessageLevel type)
-