Versions in this module Expand all Collapse all v1 v1.0.0 Mar 1, 2026 Changes in this version + var Config struct + func Log(args ...interface{}) + func Logf(format string, args ...interface{}) + func PrintDebug(p Printer) + func SetLogger() + func SetTestLogger(t *testing.T) + type Logger interface + Log func(args ...interface{}) + Logf func(format string, args ...interface{}) + func NewLogger(out io.Writer) Logger + func NewTestLogger(t *testing.T) Logger + type Printer interface + Debug func(io.Writer)