Class ExecutionUtils


  • public class ExecutionUtils
    extends java.lang.Object
    ExecutionUtils is ...
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getMessageLogLevel​(int level, java.lang.String defLevel)
      Get message loglevel string for the integer value
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecutionUtils

        public ExecutionUtils()
    • Method Detail

      • getMessageLogLevel

        public static java.lang.String getMessageLogLevel​(int level,
                                                          java.lang.String defLevel)
        Get message loglevel string for the integer value
        Parameters:
        level - integer level
        defLevel - default string to return if integer doesn't match
        Returns:
        loglevel string, or the default value