Versions in this module Expand all Collapse all v0 v0.2.1 Feb 21, 2021 v0.2.0 Feb 6, 2021 Changes in this version type Logger + WithOptions func(...options.LoggerOption) Logger v0.1.0 Jan 26, 2021 Changes in this version + type Logger interface + Debug func(msg string, metadata map[string]interface{}) + Error func(msg string, metadata map[string]interface{}) + Info func(msg string, metadata map[string]interface{}) + Warn func(msg string, metadata map[string]interface{}) + func NewDefault() Logger