kotlin-logging
4.0.0
android
common
kotlin-logging
/
io.github.oshai.kotlinlogging
/
KLogger
/
exit
exit
android
common
actual
abstract
fun
exit
(
)
Add log message indicating exit of a method
actual
abstract
fun
<
T
>
exit
(
result
:
T
)
:
T
Add a log message with the return value of a method
expect
abstract
fun
exit
(
)
Add log message indicating exit of a method
expect
abstract
fun
<
T
>
exit
(
result
:
T
)
:
T
Add a log message with the return value of a method