Uses of Enum Class
com.saperion.ngc.logging.LogViewMessageLevel
Packages that use LogViewMessageLevel
-
Uses of LogViewMessageLevel in com.saperion.ngc.logging
Methods in com.saperion.ngc.logging that return LogViewMessageLevelModifier and TypeMethodDescriptionfinal LogViewMessageLevel
LogViewMessage.getLevel()
static LogViewMessageLevel
Returns the enum constant of this class with the specified name.static LogViewMessageLevel[]
LogViewMessageLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.saperion.ngc.logging with parameters of type LogViewMessageLevelModifierConstructorDescriptionLogViewMessage
(String messageText, LogViewMessageLevel level) Constructor.