Skip to content

Commit

Permalink
doc: add slog to release notes
Browse files Browse the repository at this point in the history
Updates #58645

Change-Id: Ice8f115f00c62dcffd0c7b78bb8a7d66d832075d
Reviewed-on: https://go-review.googlesource.com/c/go/+/496194
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
  • Loading branch information
jba committed May 22, 2023
1 parent b950cc8 commit 858c61b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/go1.21.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ <h2 id="linker">Linker</h2>

<h2 id="library">Core library</h2>

<h3 id="slog">New log/slog package</h3>

<p>
The new <a href="/pkg/log/slog">log/slog</a> package provides structured logging with levels.
Structured logging emits key-value pairs
to enable fast, accurate processing of large amounts of log data.
The package supports integration with popular log analysis tools and services.
</p>

<h3 id="minor_library_changes">Minor changes to the library</h3>

<p>
Expand Down

0 comments on commit 858c61b

Please sign in to comment.