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

Log program execution failure

Log a program invoke.

Log a message from the program itself.

Log successful program execution.