We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b950cc8 commit 858c61bCopy full SHA for 858c61b
doc/go1.21.html
@@ -154,6 +154,15 @@ <h2 id="linker">Linker</h2>
154
155
<h2 id="library">Core library</h2>
156
157
+<h3 id="slog">New log/slog package</h3>
158
+
159
+<p>
160
+ The new <a href="/pkg/log/slog">log/slog</a> package provides structured logging with levels.
161
+ Structured logging emits key-value pairs
162
+ to enable fast, accurate processing of large amounts of log data.
163
+ The package supports integration with popular log analysis tools and services.
164
+</p>
165
166
<h3 id="minor_library_changes">Minor changes to the library</h3>
167
168
<p>
0 commit comments