Skip to main content

sys_debug_log

Function sys_debug_log 

Source
pub fn sys_debug_log(buf_ptr: u64, buf_len: u64) -> Result<u64, SyscallError>
Expand description

SYS_DEBUG_LOG (600): write a debug message to serial and silo output.

arg1 = buffer pointer, arg2 = buffer length.