Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2021 Changes in this version + type MyLogger interface + Debug func(msg string, fields ...map[string]interface{}) + Error func(msg string, fields ...map[string]interface{}) + Info func(msg string, fields ...map[string]interface{}) + Trace func(msg string, fields ...map[string]interface{}) + Warn func(msg string, fields ...map[string]interface{}) + func Get(t T) MyLogger + type T interface + Log func(...interface{})