aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorapocelipes <seve3r@outlook.com>2024-08-13 13:47:47 +0000
committerGopher Robot <gobot@golang.org>2024-08-14 14:45:28 +0000
commit6d7760cb4292bd156193fb2a3e377f24637f8795 (patch)
tree0f90fa62d7ca92e35c8ccc64ff5a2b19b003414d /api
parent18fc547b21a5eb66e27bd1cd4e73a2b92609a0a9 (diff)
downloadgo-6d7760cb4292bd156193fb2a3e377f24637f8795.tar.xz
log/slog: implement encoding.TextAppender for Level and LevelVar
For #62384 Change-Id: I10df580ef966e497ff8da4efde6dd6ce1ccb17b4 GitHub-Last-Rev: 5ad8e2e0473ff509b48e525f6c7328f6281766a3 GitHub-Pull-Request: golang/go#68855 Reviewed-on: https://go-review.googlesource.com/c/go/+/605056 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/62384.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/62384.txt b/api/next/62384.txt
index 37e0080a13..ece5d9fd80 100644
--- a/api/next/62384.txt
+++ b/api/next/62384.txt
@@ -3,3 +3,5 @@ pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, err
pkg encoding, type TextAppender interface { AppendText } #62384
pkg encoding, type TextAppender interface, AppendText([]uint8) ([]uint8, error) #62384
pkg net/url, method (*URL) AppendBinary([]uint8) ([]uint8, error) #62384
+pkg log/slog, method (Level) AppendText([]uint8) ([]uint8, error) #62384
+pkg log/slog, method (*LevelVar) AppendText([]uint8) ([]uint8, error) #62384