package
0.8.1
Repository: https://github.com/smartcontractkit/wsrpc.git
Documentation: pkg.go.dev

# Functions

Named return a logger with name `n“, if l has a method `Named(name string) L`, where L implements Logger, otherwise it returns l.
New returns a new Logger with the default configuration.
Nop returns a no-op Logger.
Test returns a new test Logger for tb.
TestObserved returns a new test Logger for tb and ObservedLogs at the given Level.
With returns a Logger with keyvals, if l has a method `With(...interface{}) L`, where L implements Logger, otherwise it returns l.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

Logger is a minimal subset of smartcontractkit/chainlink/core/logger.Logger implemented by go.uber.org/zap.SugaredLogger.