KotlinLibraryTemplate
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
KotlinLibraryTemplate
KotlinLibraryTemplate
/
xyz.malefic.frc.pingu
/
LogPingu
/
log
log
@
JvmStatic
fun
log
(
string
:
String
,
value
:
Any
)
Logs a key-value pair.
Parameters
string
The key associated with the value to log.
value
The value to log.