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.