Versions in this module Expand all Collapse all v0 v0.0.3 May 5, 2024 v0.0.2 May 5, 2024 v0.0.1 May 5, 2024 Changes in this version + type Logger interface + Debug func(msg string, tags ...interface{}) + Error func(msg string, tags ...interface{}) + Info func(msg string, tags ...interface{}) + Warn func(msg string, tags ...interface{}) + func New() Logger