Log.LogLevel
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation Log.LogLevel
Log level for ExoPlayer logcat logging. One of LOG_LEVEL_ALL
, LOG_LEVEL_INFO
, LOG_LEVEL_WARNING
, LOG_LEVEL_ERROR
or LOG_LEVEL_OFF
.