Module solana_program::log[][src]

@brief Solana Rust-based BPF program logging

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 the program may consume

sol_log_params

Print the hexadecimal representation of the program’s input parameters

sol_log_slice

Print the hexadecimal representation of a slice