Skip to content

log

Algorand TypeScript


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

…(string | number | bigint | boolean | uint64 | bytes<uint64> | BytesBacked<uint64>)[]

The values to write

void