Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CometLoggerWrapper ¶
CometLoggerWrapper provides a wrapper around a cosmossdk.io/log instance. It implements CometBFT's Logger interface.
func (CometLoggerWrapper) With ¶
func (cmt CometLoggerWrapper) 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.