Mux Upload SDK
dev-main-76b0591
androidJvm
Mux Upload SDK
/
com.mux.video.upload
/
MuxUploadSdk
/
Logger
Logger
interface
Logger
Logs events from this SDK. This interface roughly matches the interface of
Log
.
Members
Functions
d
Link copied to clipboard
abstract
fun
d
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
e
Link copied to clipboard
abstract
fun
e
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
i
Link copied to clipboard
abstract
fun
i
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
v
Link copied to clipboard
abstract
fun
v
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
w
Link copied to clipboard
abstract
fun
w
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)