Package 

Enum LogLevel

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

    
    public enum LogLevel
    
                        

    The class is intended to determine the available levels of login messages

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEBUG

      logging level designed for logging debug messages

      WARN

      logging level designed for logging warning messages

      ERROR

      logging level designed for logging errors messages

      OFF

      No messages will be logged

    • Method Summary

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

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