Versions in this module Expand all Collapse all v1 v1.0.3 Feb 15, 2024 v1.0.2 Feb 15, 2024 Changes in this version + func Configure(settings string) + func Debug(msg ...interface{}) + func Error(msg ...interface{}) + func Info(msg ...interface{}) + func Setup(logger *Loggable) + func Warning(msg ...interface{}) + type Loggable interface + Configure func(settings string) + Debug func(caller, message string) + Error func(caller, message string) + Info func(caller, message string) + Warning func(caller, message string) + var Logger Loggable