Documentation ¶ Index ¶ type Cout func New(level slog.Level) *Cout func (self *Cout) Enabled(ctx context.Context, l slog.Level) bool func (self *Cout) Handle(ctx context.Context, rec slog.Record) error func (self *Cout) WithAttrs(attrs []slog.Attr) slog.Handler func (self *Cout) WithGroup(name string) slog.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cout ¶ type Cout struct { // contains filtered or unexported fields } func New ¶ func New(level slog.Level) *Cout func (*Cout) Enabled ¶ func (self *Cout) Enabled(ctx context.Context, l slog.Level) bool func (*Cout) Handle ¶ func (self *Cout) Handle(ctx context.Context, rec slog.Record) error func (*Cout) WithAttrs ¶ func (self *Cout) WithAttrs(attrs []slog.Attr) slog.Handler func (*Cout) WithGroup ¶ func (self *Cout) WithGroup(name string) slog.Handler Source Files ¶ View all Source files cout.go Click to show internal directories. Click to hide internal directories.