Versions in this module Expand all Collapse all v1 v1.1.0 Mar 7, 2023 v1.0.0 Jan 5, 2023 Changes in this version + func Add(b Backend) + func Close() + func Depth(d int) func(*AttribStore) + func Error(message ...any) + func Errorf(format string, message ...any) + func Errorln(message ...any) + func Fatal(message ...any) + func Fatalf(format string, message ...any) + func Fatalln(message ...any) + func Info(message ...any) + func Infof(format string, message ...any) + func Infoln(message ...any) + func SetVerbosity(v int) + func V(v int) func(*AttribStore) + func Warning(message ...any) + func Warningf(format string, message ...any) + func Warningln(message ...any) + type Attrib func(*AttribStore) + type AttribStore = sync.Map + type Backend interface + Close func() error + New func(Level, string) Composer + type Composer interface + Compose func(s *AttribStore) error + Write func() error + type Deck struct + func Default() *Deck + func New() *Deck + func (d *Deck) Add(b Backend) + func (d *Deck) Close() + func (d *Deck) Error(message ...any) + func (d *Deck) ErrorA(message ...any) *Log + func (d *Deck) Errorf(format string, message ...any) + func (d *Deck) ErrorfA(format string, message ...any) *Log + func (d *Deck) Errorln(message ...any) + func (d *Deck) ErrorlnA(message ...any) *Log + func (d *Deck) Fatal(message ...any) + func (d *Deck) FatalA(message ...any) *Log + func (d *Deck) Fatalf(format string, message ...any) + func (d *Deck) FatalfA(format string, message ...any) *Log + func (d *Deck) Fatalln(message ...any) + func (d *Deck) FatallnA(message ...any) *Log + func (d *Deck) Info(message ...any) + func (d *Deck) InfoA(message ...any) *Log + func (d *Deck) Infof(format string, message ...any) + func (d *Deck) InfofA(format string, message ...any) *Log + func (d *Deck) Infoln(message ...any) + func (d *Deck) InfolnA(message ...any) *Log + func (d *Deck) SetVerbosity(v int) + func (d *Deck) Warning(message ...any) + func (d *Deck) WarningA(message ...any) *Log + func (d *Deck) Warningf(format string, message ...any) + func (d *Deck) WarningfA(format string, message ...any) *Log + func (d *Deck) Warningln(message ...any) + func (d *Deck) WarninglnA(message ...any) *Log + type Level uint + const DEBUG + const ERROR + const FATAL + const INFO + const WARNING + type Log struct + func ErrorA(message ...any) *Log + func ErrorfA(format string, message ...any) *Log + func ErrorlnA(message ...any) *Log + func FatalA(message ...any) *Log + func FatalfA(format string, message ...any) *Log + func FatallnA(message ...any) *Log + func InfoA(message ...any) *Log + func InfofA(format string, message ...any) *Log + func InfolnA(message ...any) *Log + func NewLog(verbosity int) *Log + func WarningA(message ...any) *Log + func WarningfA(format string, message ...any) *Log + func WarninglnA(message ...any) *Log + func (l *Log) Go() + func (l *Log) With(attrs ...Attrib) *Log