Skip to content

[TODO] this is not so correct implementation, but is fine for now #278

@nfx

Description

@nfx

See more context:

func (l *friendlyHandler) WithGroup(name string) slog.Handler {
// TODO: this is not so correct implementation, but is fine for now
return &friendlyHandler{
Handler: l.Handler.WithGroup(name),
w: l.w,
attrs: []slog.Attr{slog.String("group", name)},

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions