Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Debugf(template string, args ...interface{}) Infof(template string, args ...interface{}) Warnf(template string, args ...interface{}) Errorf(template string, args ...interface{}) With(args ...interface{}) Logger WithErr(err error) Logger Named(name string) Logger }
func TestLogger ¶
func Wrap ¶
func Wrap(zap *zap.SugaredLogger) Logger
Click to show internal directories.
Click to hide internal directories.