Package 

Enum ScreenMeet.Configuration.LogLevel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      VERBOSE

      Verbose information that may be useful during development or while troubleshooting a specific problem Prints WebRtc output and socket messages

      DEBUG

      Information that may be helpful, but isn’t essential, for troubleshooting errors

      INFO

      Information that may be helpful, but isn’t essential, for troubleshooting errors

      ERROR

      Designates error events that might still allow the application to continue running

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail