Function log

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

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.