mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[DOC] Clarify log functions
This commit is contained in:
parent
143e867353
commit
e735c01b4a
@ -132,7 +132,7 @@ Low-Level Interface to Logs
|
||||
|
||||
It is also possible to access the low-level interface to the logging
|
||||
mechanism via the functions ``log0``, ``log1``, ``log2``, ``log3`` and ``log4``.
|
||||
``logi`` takes ``i + 1`` parameter of type ``bytes32``, where the first
|
||||
Each function ``logi`` takes ``i + 1`` parameter of type ``bytes32``, where the first
|
||||
argument will be used for the data part of the log and the others
|
||||
as topics. The event call above can be performed in the same way as
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user