toggle menu
player-android
3.93.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api.logging
/
LoggingEventConfig
Logging
Event
Config
interface
LoggingEventConfig
<
T
:
Event
>
Members
Properties
debug
Events
Link copied to clipboard
abstract
val
debugEvents
:
List
<
KClass
<
out
T
>
>
error
Events
Link copied to clipboard
abstract
val
errorEvents
:
List
<
KClass
<
out
T
>
>
info
Events
Link copied to clipboard
abstract
val
infoEvents
:
List
<
KClass
<
out
T
>
>
tag
Link copied to clipboard
abstract
val
tag
:
String
warning
Events
Link copied to clipboard
abstract
val
warningEvents
:
List
<
KClass
<
out
T
>
>