Hacker News new | ask | show | jobs
by sa46 1095 days ago
Most languages include unstructured logging libraries in the standard library, including Go. Structured logging is usually provided by third party libraries.
1 comments

The only other one I know would be C# with Microsoft.Extensions.Logging. Its so ubiquitous that 3rd party libraries work with its abstractions. Slog is a really good thing for Go