Expand description
Zero-allocation logging via Solana syscalls.
Structs§
- Stack
Writer - Stack-allocated write buffer for formatted log messages on BPF.
Functions§
- log
- Log a UTF-8 message to the runtime log.
- log_64
- Log five u64 values for quick debugging.
- log_
compute_ units - Log the current compute unit consumption.
- log_
data - Emit structured data segments via
sol_log_data(for events).