pub type AlloyLogPrimitive = Log;
struct AlloyLogPrimitive { pub address: Address, pub data: LogData, }
address: Address
The address which emitted this log.
data: LogData
The log data.