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

Stable program log messages

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

Functions

program_failure

Log program execution failure

program_invoke

Log a program invoke.

program_log

Log a message from the program itself.

program_success

Log successful program execution.