Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { With(ctx context.Context, args ...interface{}) Logger Debug(args ...interface{}) Info(args ...interface{}) Error(args ...interface{}) Debugf(format string, args ...interface{}) Infof(format string, args ...interface{}) Errorf(format string, args ...interface{}) }
func NewForTest ¶
func NewForTest() (Logger, *observer.ObservedLogs)
func NewWithZap ¶
Click to show internal directories.
Click to hide internal directories.