toggle menu
Pillarbox
dev
androidJvm
switch theme
search in API
pillarbox-player
/
ch.srgssr.pillarbox.player.utils
/
DebugLogger
Debug
Logger
object
DebugLogger
Debug logger use Android Log only if BuildConfig.DEBUG
Members
Functions
debug
Link copied to clipboard
fun
debug
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
error
Link copied to clipboard
fun
error
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
info
Link copied to clipboard
fun
info
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
warning
Link copied to clipboard
fun
warning
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)