Package 

Enum ChatLogLevel

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NOTHING

      Don't show any Logs.

      ERROR

      Show ERRORs only

      WARN

      Show WARNING and ERROR logs

      DEBUG

      Show DEBUG, WARNING, ERROR logs

      ALL

      Show all Logs.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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