Versions in this module Expand all Collapse all v0 v0.0.5 Feb 29, 2024 v0.0.4 Feb 28, 2024 Changes in this version + const Component_Aggregator + const Component_Broadcast + const Component_EthTxManager + const Component_Executor + const Component_GasPricer + const Component_Pool + const Component_RPC + const Component_Sequence_Sender + const Component_Sequencer + const Component_Synchronizer + const EventID_ExecutorError + const EventID_ExecutorRLPError + const EventID_FinalizerBreakEvenGasPriceBigDifference + const EventID_FinalizerHalt + const EventID_FinalizerRestart + const EventID_NodeComponentStarted + const EventID_PreexecutionOOC + const EventID_PreexecutionOOG + const EventID_ReprocessFullBatchOOC + const EventID_SynchronizerHalt + const EventID_SynchronizerRestart + const Level_Alert + const Level_Critical + const Level_Debug + const Level_Emergency + const Level_Error + const Level_Info + const Level_Notice + const Level_Warning + const Source_Node + type Component string + type Config struct + DB db.Config + type Event struct + Component Component + Data []byte + Description string + EventID EventID + IPAddress string + Id big.Int + Json interface{} + Level Level + ReceivedAt time.Time + Source Source + type EventID string + type EventLog struct + func NewEventLog(cfg Config, storage Storage) *EventLog + func (e *EventLog) LogEvent(ctx context.Context, event *Event) error + func (e *EventLog) LogExecutorError(ctx context.Context, responseError executor.ExecutorError, ...) + type Level string + type Source string + type Storage interface + LogEvent func(ctx context.Context, event *Event) error