Module log

Source
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.