# Functions
DeployLogger deploys a new Ethereum contract, binding an instance of Logger to it.
NewLogger creates a new instance of Logger, bound to a specific deployed contract.
NewLoggerCaller creates a new read-only instance of Logger, bound to a specific deployed contract.
NewLoggerFilterer creates a new log filterer instance of Logger, bound to a specific deployed contract.
NewLoggerTransactor creates a new write-only instance of Logger, bound to a specific deployed contract.
# Variables
LoggerABI is the input ABI used to generate the binding from.
LoggerBin is the compiled bytecode used for deploying new contracts.
LoggerMetaData contains all meta data concerning the Logger contract.
# Structs
Logger is an auto generated Go binding around an Ethereum contract.
LoggerCaller is an auto generated read-only Go binding around an Ethereum contract.
LoggerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
LoggerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
LoggerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
LoggerLogMessage represents a LogMessage event raised by the Logger contract.
LoggerLogMessageIterator is returned from FilterLogMessage and is used to iterate over the raw logs and unpacked data for LogMessage events raised by the Logger contract.
LoggerRaw is an auto generated low-level Go binding around an Ethereum contract.
LoggerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
LoggerTransactor is an auto generated write-only Go binding around an Ethereum contract.
LoggerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
LoggerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.