toggle menu
Core
0.5.1
common
switch theme
search in API
Core
/
io.telereso.kmp.core
/
Log
Log
object
Log
Members
Functions
d
Link copied to clipboard
fun
d
(
caller
:
Any
?
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
fun
d
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
e
Link copied to clipboard
fun
e
(
caller
:
Any
?
,
throwable
:
Throwable
?
=
null
,
message
:
String
?
=
""
)
fun
e
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
message
:
String
?
=
""
)
i
Link copied to clipboard
fun
i
(
caller
:
Any
?
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
fun
i
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
log
Debug
Link copied to clipboard
fun
Any
?
.
logDebug
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
log
Error
Link copied to clipboard
fun
Any
?
.
logError
(
throwable
:
Throwable
?
=
null
,
message
:
String
?
=
""
)
log
Info
Link copied to clipboard
fun
Any
?
.
logInfo
(
message
:
String
,
throwable
:
Throwable
?
=
null
)