Available on crate feature
program
only.Macros§
- msg
- Print a message to the log.
Functions§
- sol_log
- Print a string to the log.
- sol_
log_ 64 - Print 64-bit values represented as hexadecimal to the log.
- sol_
log_ compute_ units - Print the remaining compute units available to the program.
- sol_
log_ data - Print some slices as base64.
- sol_
log_ params - Print the hexadecimal representation of the program’s input parameters.
- sol_
log_ slice - Print the hexadecimal representation of a slice.