| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.amazonaws.ivs.broadcast.BroadcastConfiguration.LogLevel | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BroadcastConfiguration.LogLevel | DEBUG | Debugging messages, potentially quite verbose. | |||||||||
| BroadcastConfiguration.LogLevel | ERROR | Error conditions and faults | |||||||||
| BroadcastConfiguration.LogLevel | INFO | Informational messages. | |||||||||
| BroadcastConfiguration.LogLevel | WARNING | Warning messages | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static BroadcastConfiguration.LogLevel | valueOf(String name) | ||||||||||
| final static LogLevel[] | values() | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Enum | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  java.lang.Comparable | |||||||||||
Debugging messages, potentially quite verbose.