Uses of Class
com.eu.miscedautils.CommonUtils.LogMessages.MSG_SEVERITY

Packages that use LogMessages.MSG_SEVERITY
com.eu.miscedautils.CommonUtils   
 

Uses of LogMessages.MSG_SEVERITY in com.eu.miscedautils.CommonUtils
 

Methods in com.eu.miscedautils.CommonUtils that return LogMessages.MSG_SEVERITY
static LogMessages.MSG_SEVERITY Utils.getSeverityError()
           
static LogMessages.MSG_SEVERITY Utils.getSeverityFatal()
           
static LogMessages.MSG_SEVERITY Utils.getSeverityNone()
           
static LogMessages.MSG_SEVERITY Utils.getSeverityNote()
           
static LogMessages.MSG_SEVERITY Utils.getSeverityProgrammingError()
           
static LogMessages.MSG_SEVERITY Utils.getSeverityWarning()
           
static LogMessages.MSG_SEVERITY LogMessages.MSG_SEVERITY.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogMessages.MSG_SEVERITY[] LogMessages.MSG_SEVERITY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.CommonUtils with parameters of type LogMessages.MSG_SEVERITY
 void LogMessages.print(java.lang.Integer msgNum, LogMessages.MSG_SEVERITY severity, java.lang.String message)