SDK-Android
libcore
/
io.mimi.sdk.core.util
/
Log
Log
class
Log
(
tag
:
String
=
""
)
Content copied to clipboard
Custom class to log messages.
Types
Constructors
Functions
Constructors
Log
Link copied to clipboard
fun
Log
(
tag
:
String
=
""
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
d
Link copied to clipboard
fun
d
(
msg
:
Any
?
,
tr
:
Throwable
?
=
null
)
:
LogMsg
Content copied to clipboard
e
Link copied to clipboard
fun
e
(
msg
:
Any
?
,
tr
:
Throwable
?
=
null
)
:
LogMsg
Content copied to clipboard
i
Link copied to clipboard
fun
i
(
msg
:
Any
?
,
tr
:
Throwable
?
=
null
)
:
LogMsg
Content copied to clipboard
v
Link copied to clipboard
fun
v
(
msg
:
Any
?
,
tr
:
Throwable
?
=
null
)
:
LogMsg
Content copied to clipboard
w
Link copied to clipboard
fun
w
(
msg
:
Any
?
,
tr
:
Throwable
?
=
null
)
:
LogMsg
Content copied to clipboard
wtf
Link copied to clipboard
fun
wtf
(
msg
:
Any
?
,
tr
:
Throwable
?
=
null
)
:
LogMsg
Content copied to clipboard