Versions in this module Expand all Collapse all v1 v1.0.0 Aug 25, 2025 Changes in this version + func DebugRead(key string, i int, err error, data []byte) + func DebugWrite(key string, i int, err error, data []byte) + func LogLevel(l slog.Level) + func LogNewOutput(w io.Writer) + type Sloggers struct + func Log(key string) *Sloggers + func (s *Sloggers) Debug(format string, args ...any) + func (s *Sloggers) Error(format string, args ...any) + func (s *Sloggers) Info(format string, args ...any) + func (s *Sloggers) Log(ctx context.Context, level slog.Level, format string, args ...any) + func (s *Sloggers) Warn(format string, args ...any)