[][src]Function owasm_ethereum::log

pub fn log(topics: &[H256], data: &[u8])

Creates log entry with given topics and data.

There could be only up to 4 topics.

Panics

If topics contains more than 4 elements then this function will trap.