Interface Log


  • public interface Log
    A Log entry from a transaction execution.
    • Method Detail

      • getLogger

        Address getLogger()
        The address of the contract writing this log message.
        Returns:
        The loggers address.
      • getTopics

        java.util.List<? extends UnformattedData> getTopics()
        The list of 32 byte log topics, possibly empty.
        Returns:
        The list, possibly zero length, of log topics.
      • getData

        UnformattedData getData()
        The data, of possibly unlimited length, for this log entry.
        Returns:
        The log data.