Versions in this module Expand all Collapse all v1 v1.4.0 Nov 21, 2020 v1.3.1 Nov 29, 2019 Changes in this version + var Null = &nullLogger + func Debug(lable Loggable, msg string, pairs ...interface{}) + func Error(lable Loggable, msg string, pairs ...interface{}) + func Fatal(lable Loggable, msg interface{}, pairs ...interface{}) + func Info(lable Loggable, msg string, pairs ...interface{}) + type Loggable interface + Logger func() Logger + type Logger interface + Debug func(msg string, ctx ...interface{}) + Error func(msg string, ctx ...interface{}) + Info func(msg string, ctx ...interface{}) + type MockLoggable struct + func NewMockLoggable(l Logger) *MockLoggable + func (m *MockLoggable) Logger() Logger