pub fn log<const N: usize, H: Host + ?Sized>(
context: InstructionContext<'_, H, impl ITy>,
) -> InstructionExecResultExpand description
Implements the LOG0-LOG4 instructions.
Appends log record with N topics.
pub fn log<const N: usize, H: Host + ?Sized>(
context: InstructionContext<'_, H, impl ITy>,
) -> InstructionExecResultImplements the LOG0-LOG4 instructions.
Appends log record with N topics.