AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api
/
andLog
and
Log
jvm
inline
fun
<
T
>
T
.
andLog
(
logger
:
Logger
,
crossinline
log
:
Logger
.
(
T
)
->
Unit
)
:
T
(
source
)
用于在链式调用中插入日志,示例:
null.andLog(log) { info("Hello World") }
Content copied to clipboard