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 voidPluginContext. 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.MessageLevelLogger.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 voidLogger.ListenerList. fireLog(java.lang.String message, PluginContextID contextID, Logger.MessageLevel messageLevel)voidLogger. 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 voidAbstractPluginContext. 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 voidServiceEnvironment. 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. typesMethods in org.processmining.framework.util.ui with parameters of type Logger.MessageLevel Modifier and Type Method Description voidSlickerConsole. receiveMessage(java.lang.String text, Logger.MessageLevel type)voidSlickerMessageBar. receiveMessage(java.lang.String text, Logger.MessageLevel type)
-