Versions in this module Expand all Collapse all v1 v1.8.1 Jun 20, 2018 Changes in this version + var Null = &nullLogger + func Debug(ctx context.Context, msg string, pairs ...interface{}) + func Error(ctx context.Context, msg string, pairs ...interface{}) + func Fatal(ctx context.Context, msg string, pairs ...interface{}) + func Info(ctx context.Context, msg string, pairs ...interface{}) + func WithLogger(ctx context.Context, logger Logger) context.Context + type Logger interface + Debug func(msg string, ctx ...interface{}) + Error func(msg string, ctx ...interface{}) + Info func(msg string, ctx ...interface{}) + func FromContext(ctx context.Context) (Logger, bool) Incompatible versions in this module v2.5.0+incompatible Oct 19, 2018 v2.4.0+incompatible Oct 2, 2018 Other modules containing this package github.com/msales/pkg/v3 github.com/msales/pkg/v4