-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ScreenMeet.Configuration.LogLevel extends Enum<ScreenMeet.Configuration.LogLevel>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description VERBOSEVerbose information that may be useful during development or while troubleshooting a specific problem Prints WebRtc output and socket messages
DEBUGInformation that may be helpful, but isn’t essential, for troubleshooting errors
INFOInformation that may be helpful, but isn’t essential, for troubleshooting errors
ERRORDesignates error events that might still allow the application to continue running
-