Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2024 Changes in this version + type Logger interface + Debug func(msg string, tags ...any) + Error func(msg string, tags ...any) + Info func(msg string, tags ...any) + Warn func(msg string, tags ...any) + func NewSlogLogger() Logger + type Tee struct + Writer io.Writer + func (l *Tee) Close() + func (l *Tee) Open() error