- All Implemented Interfaces: `java.io.Serializable`, `kotlin.Comparable`

---

```
public enum ScreenMeet.Configuration.LogLevel
extends Enum<ScreenMeet.Configuration.LogLevel>
```

### Nested Class Summary

| Modifier and Type | Class | Description |
| --- | --- | --- |
|  |  |  |

### Field Summary

| Modifier and Type | Field | Description |
| --- | --- | --- |
| `private final String` | `name` |  |
| `private final Integer` | `ordinal` |  |

### Constructor Summary

| Constructor | Description |
| --- | --- |

### Enum Constant Summary

| 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

All Methods

| 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
