Documentation ¶
Index ¶
- type Logger
- func (l *Logger) BlockRecordConnectionStarted(br ibr.LlrIdxFullBlockRecord) func()
- func (l *Logger) BlockVotesConnectionStarted(bvs inter.LlrSignedBlockVotes) func()
- func (l *Logger) EpochRecordConnectionStarted(er ier.LlrIdxFullEpochRecord) func()
- func (l *Logger) EpochVoteConnectionStarted(ev inter.LlrSignedEpochVote) func()
- func (l *Logger) EventConnectionStarted(e inter.EventPayloadI, emitted bool) func()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
func (*Logger) BlockRecordConnectionStarted ¶
func (l *Logger) BlockRecordConnectionStarted(br ibr.LlrIdxFullBlockRecord) func()
BlockRecordConnectionStarted starts the BR logging Not safe for concurrent use
func (*Logger) BlockVotesConnectionStarted ¶
func (l *Logger) BlockVotesConnectionStarted(bvs inter.LlrSignedBlockVotes) func()
BlockVotesConnectionStarted starts the BVs logging Not safe for concurrent use
func (*Logger) EpochRecordConnectionStarted ¶
func (l *Logger) EpochRecordConnectionStarted(er ier.LlrIdxFullEpochRecord) func()
EpochRecordConnectionStarted starts the ER logging Not safe for concurrent use
func (*Logger) EpochVoteConnectionStarted ¶
func (l *Logger) EpochVoteConnectionStarted(ev inter.LlrSignedEpochVote) func()
EpochVoteConnectionStarted starts the EV logging Not safe for concurrent use
func (*Logger) EventConnectionStarted ¶
func (l *Logger) EventConnectionStarted(e inter.EventPayloadI, emitted bool) func()
EventConnectionStarted starts the event logging Not safe for concurrent use
Click to show internal directories.
Click to hide internal directories.