]> Cypherpunks repositories - gostls13.git/commit
log/slog: clarify Logger.WithGroup doc
authorJonathan Amsterdam <jba@google.com>
Tue, 21 Mar 2023 12:57:43 +0000 (08:57 -0400)
committerJonathan Amsterdam <jba@google.com>
Tue, 21 Mar 2023 20:55:59 +0000 (20:55 +0000)
commiteedd97d5fd9d7b773dc7b1b8d7e00e137da091bb
tree025b924e2a8dec81ecdef69273e6a9e3d409193b
parentf9a4cfd5109cc53b700aeefc18f0aa362b94214e
log/slog: clarify Logger.WithGroup doc

Make it clear that "qualified by the given name" doesn't imply
any particular implementation, but depends on how the Handler
treats groups.

Updates golang/go#56345.

Change-Id: Idf52553108bc1a7d2091a06cc4fc4cc0fc52cc14
Reviewed-on: https://go-review.googlesource.com/c/go/+/478056
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
src/log/slog/logger.go