log
Algorand TypeScript / index / log
log(…
args):void
Defined in: util.ts:10
Write one or more values to the transaction log.
Each value is converted to bytes and concatenated
Parameters
Section titled “Parameters”…(string | number | bigint | boolean | uint64 | bytes<uint64> | BytesBacked<uint64>)[]
The values to write
Returns
Section titled “Returns”void