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