toggle menu
SDK-Android
androidJvm
switch theme
search in API
libcore
/
io.mimi.sdk.core.util
/
LogMsg
Log
Msg
data
class
LogMsg
(
val
priority
:
Int
,
val
tag
:
String
,
val
message
:
String
)
Base Log class
Members
Constructors
Log
Msg
Link copied to clipboard
constructor
(
priority
:
Int
,
tag
:
String
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
priority
Link copied to clipboard
val
priority
:
Int
tag
Link copied to clipboard
val
tag
:
String