Maps and Navigation SDK
1.2.0
androidJvm
com.tomtom.sdk.location:traces-logger
/
com.tomtom.sdk.location.traceslogger.recorder
/
LoggerStrategy
/
log
log
abstract
fun
log
(
message
:
String
)
Log the single line
message
.
abstract
fun
log
(
message
:
List
<
String
>
)
Log the multiline
message
. Each list element represents one line.