Module stable_log

Module stable_log 

Source
๐Ÿ‘Ž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_dataDeprecated
Emit a program data.
program_failureDeprecated
Log program execution failure
program_invokeDeprecated
Log a program invoke.
program_logDeprecated
Log a message from the program itself.
program_returnDeprecated
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_successDeprecated
Log successful program execution.