Abstract
Go 1.21's standard library features a new structured logging package, "log/slog".
slog aims to be easy to use, flexible and fast.
In this talk, I’ll describe the motivation for adding structured logging to the standard library, and I’ll cover the design and API of the package. I’ll also discuss the community process that helped to shape the API, and explain how the design achieves high performance.