[−][src]Module solana_program::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_compute_units | Logs the remaining compute units the program may consume |
| sol_log_params | Prints the hexadecimal representation of the program's input parameters |
| sol_log_slice | Prints the hexadecimal representation of a slice |