toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-ipc-client-core
/
com.mapbox.dash.sdk.ipc.client.core
/
Logger
Logger
@
AnyThread
interface
Logger
Inheritors
Default
Members
Types
Default
Link copied to clipboard
object
Default
:
Logger
Functions
d
Link copied to clipboard
abstract
fun
d
(
tag
:
String
,
messageBlock
:
(
)
->
String
)
e
Link copied to clipboard
abstract
fun
e
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
messageBlock
:
(
)
->
String
)
i
Link copied to clipboard
abstract
fun
i
(
tag
:
String
,
messageBlock
:
(
)
->
String
)
v
Link copied to clipboard
abstract
fun
v
(
tag
:
String
,
messageBlock
:
(
)
->
String
)
w
Link copied to clipboard
abstract
fun
w
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
messageBlock
:
(
)
->
String
)