solana_program_runtime

Module stable_log

Source
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ยง

program_data
Emit a program data.
program_failure
Log program execution failure
program_invoke
Log a program invoke.
program_log
Log a message from the program itself.
program_return
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.
program_success
Log successful program execution.