Package 

Enum AgamaLogLevel

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

    
    public enum AgamaLogLevel
    
                        

    The Agama process Log level

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      INFO

      Informational messages that highlight the Agama process.

      DEBUG

      Detailed messages that are useful to debug the Agama process.

      WARNING

      Designates potential harmful messages from the Agama process.

      ERROR

      Designates error events that might still allow the Agama process to continue.

      FATAL

      Designates severe error events that will abort the Agama process.

    • Method Summary

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

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