_algopy_testing.utilities.log

Module Contents

Functions

log

Concatenates and logs supplied args as a single bytes value.

API

log(
*args: _algopy_testing.primitives.uint64.UInt64 | _algopy_testing.primitives.bytes.Bytes | _algopy_testing.protocols.BytesBacked | str | bytes | int,
sep: _algopy_testing.primitives.bytes.Bytes | bytes | str = b'',
) None

Concatenates and logs supplied args as a single bytes value.

UInt64 args are converted to bytes and each argument is separated by sep. Literal str values will be encoded as UTF8.