Package 

Enum Severity

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Severity
    
                        

    The severity of the log message.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      INFO

      Reports log messages with info level severity.

      WARNING

      Reports log messages with warning level severity.

      ERROR

      Reports log messages with error level severity.

    • Method Summary

      Modifier and Type Method Description
      static Array<Severity> values()
      static Severity valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait