๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.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 Deprecated - Emit a program data.
- program_
failure Deprecated - Log program execution failure
- program_
invoke Deprecated - Log a program invoke.
- program_
log Deprecated - Log a message from the program itself.
- program_
return Deprecated - 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 Deprecated - Log successful program execution.