toggle menu
SDK-Android
androidJvm
switch theme
search in API
libcommon
/
io.mimi.sdk.common.logging
/
MimiLog
Mimi
Log
class
MimiLog
(
tag
:
String
=
""
)
Custom class to log messages.
Since
12.0.0 (moved to libcommon and renamed)
Members
Constructors
Mimi
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