log

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.