]> Cypherpunks repositories - gostls13.git/commit
log/slog: add multiple handlers support for logger
authorJes Cok <xigua67damn@gmail.com>
Wed, 27 Aug 2025 14:27:31 +0000 (14:27 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 4 Sep 2025 18:07:44 +0000 (11:07 -0700)
commite36c5aead681d8264f1fac725f2a15c1ca2b895a
tree9fd692337f2bcf0b6f57b33b2776d30385b8b6f8
parent150fae714eb2bcf0a5fb216ac0e5c7fd76f37e02
log/slog: add multiple handlers support for logger

Fixes #65954

Change-Id: Ib01c6f47126ce290108b20c07479c82ef17c427c
GitHub-Last-Rev: 34a36ea4bf099b2ad30f35e639155853ff73ef46
GitHub-Pull-Request: golang/go#74840
Reviewed-on: https://go-review.googlesource.com/c/go/+/692237
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
api/next/65954.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/log/slog/65954.md [new file with mode: 0644]
src/log/slog/example_multi_handler_test.go [new file with mode: 0644]
src/log/slog/multi_handler.go [new file with mode: 0644]
src/log/slog/multi_handler_test.go [new file with mode: 0644]