Returns the address that emitted a log

function simLogAddress() internal returns (address log)

Return Values

NameTypeDescription
logaddressthe address that emitted the log

Notes

  1. Can only be called in a log hook.