Cross Device Continuity SDK Documentation
/
com.microsoft.crossdevicesdk.continuity
/
LogUtils
Log
Utils
object
LogUtils
Content copied to clipboard
An util class that used for logcat in debug mode.
Functions
Functions
d
Link copied to clipboard
fun
d
(tag:
String
, msg:
String
)
Content copied to clipboard
e
Link copied to clipboard
fun
e
(tag:
String
, msg:
String
)
Content copied to clipboard
fun
e
(tag:
String
, msg:
String
, throwable:
Throwable
)
Content copied to clipboard
i
Link copied to clipboard
fun
i
(tag:
String
, msg:
String
)
Content copied to clipboard
setDebugMode
Link copied to clipboard
fun
setDebugMode
(isDebugMode:
Boolean
):
Boolean
Content copied to clipboard
Sets debug mode.
v
Link copied to clipboard
fun
v
(tag:
String
, msg:
String
)
Content copied to clipboard
w
Link copied to clipboard
fun
w
(tag:
String
, msg:
String
)
Content copied to clipboard
fun
w
(tag:
String
, msg:
String
, throwable:
Throwable
)
Content copied to clipboard