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.loggingMethods in com.saperion.ngc.logging that return LogViewMessageLevel Modifier and Type Method Description LogViewMessageLevelLogViewMessage. getLevel()static LogViewMessageLevelLogViewMessageLevel. 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.
 
-