Annotation Type Log.LogLevel
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface Log.LogLevel
Log level for ExoPlayer logcat logging. One ofLog.LOG_LEVEL_ALL
,Log.LOG_LEVEL_INFO
,Log.LOG_LEVEL_WARNING
,Log.LOG_LEVEL_ERROR
orLog.LOG_LEVEL_OFF
.