log

expect fun log(x: () -> Any)

Logs the value returned by x to the platform's error/debug console (System.err on the JVM, console.log on JS).

actual fun log(x: () -> Any)

Logs the value returned by x to the platform's error/debug console (System.err on the JVM, console.log on JS).

actual fun log(x: () -> Any)

Logs the value returned by x to the platform's error/debug console (System.err on the JVM, console.log on JS).