[DOC] Clarify log functions

This commit is contained in:
chriseth
2019-09-10 16:52:32 +02:00
committed by GitHub
parent 143e867353
commit e735c01b4a
+1 -1
View File
@@ -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