Uses of Class
com.saperion.ngc.logging.LogViewMessageLevel
-
Packages that use LogViewMessageLevel Package Description com.saperion.ngc.logging Package for logging component classes. -
-
Uses of LogViewMessageLevel in com.saperion.ngc.logging
Methods in com.saperion.ngc.logging that return LogViewMessageLevel Modifier and Type Method Description LogViewMessageLevel
LogViewMessage. getLevel()
static LogViewMessageLevel
LogViewMessageLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogViewMessageLevel[]
LogViewMessageLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.saperion.ngc.logging with parameters of type LogViewMessageLevel Constructor Description LogViewMessage(java.lang.String messageText, LogViewMessageLevel level)
Constructor.
-