Uses of Class
org.deckfour.xes.logging.XLogging.Importance
-
Packages that use XLogging.Importance Package Description org.deckfour.xes.logging -
-
Uses of XLogging.Importance in org.deckfour.xes.logging
Methods in org.deckfour.xes.logging that return XLogging.Importance Modifier and Type Method Description static XLogging.ImportanceXLogging.Importance. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XLogging.Importance[]XLogging.Importance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deckfour.xes.logging with parameters of type XLogging.Importance Modifier and Type Method Description static voidXLogging. log(java.lang.String message, XLogging.Importance importance)Logs a message.voidXLoggingListener. log(java.lang.String message, XLogging.Importance importance)Receives an internal OpenXES log message.voidXStdoutLoggingListener. log(java.lang.String message, XLogging.Importance importance)
-