Module solana_sdk::process_instruction::stable_log[][src]

Expand description

Stable program log messages

The format of these log messages should not be modified to avoid breaking downstream consumers of program logging

Functions

Emit a program data.

Log program execution failure

Log a program invoke.

Log a message from the program itself.

Log return data as from the program itself. This line will not be present if no return data was set, or if the return data was set to zero length.

Log successful program execution.