Skip to content

log

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / log

Function: log()

log(…args): void

Defined in: packages/algo-ts/src/util.ts:10

Write one or more values to the transaction log.

Each value is converted to bytes and concatenated

Parameters

args

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

The values to write

Returns

void