[−][src]Module solana_sdk::log
@brief Solana Rust-based BPF program logging
Functions
sol_log | Prints a string to stdout |
sol_log_64 | Prints 64 bit values represented as hexadecimal to stdout |
sol_log_params | Prints the hexadecimal representation of the program's input parameters |
sol_log_slice | Prints the hexadecimal representation of a slice |