Uses of Class
org.deckfour.xes.logging.XLogging.Importance

Packages that use XLogging.Importance
org.deckfour.xes.logging   
 

Uses of XLogging.Importance in org.deckfour.xes.logging
 

Methods in org.deckfour.xes.logging that return XLogging.Importance
static XLogging.Importance XLogging.Importance.valueOf(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
static void XLogging.log(String message, XLogging.Importance importance)
          Logs a message.
 void XLoggingListener.log(String message, XLogging.Importance importance)
          Receives an internal OpenXES log message.
 void XStdoutLoggingListener.log(String message, XLogging.Importance importance)