Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CometZeroLogWrapper ¶
CometZeroLogWrapper provides a wrapper around a zerolog.Logger instance. It implements CometBFT's Logger interface.
func (CometZeroLogWrapper) With ¶
func (cmt CometZeroLogWrapper) With(keyVals ...interface{}) cmtlog.Logger
With returns a new wrapped logger with additional context provided by a set of key/value tuples. The number of tuples must be even and the key of the tuple must be a string.
Click to show internal directories.
Click to hide internal directories.