Package 

Enum LogType

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

    @Deprecated() 
    public enum LogType
    
                        

    Deprecated: use Severity instead. This enum is deprecated and will be removed in a future release. Will flag the message as one of info, warning, or error for filtering on the dashboard

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ERROR
      WARNING
      INFO
    • Method Summary

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

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