-
- 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 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
-