We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for the Structured Logging (slog) standard library in Go.
slog
Implementing support for slog will align this module with Go's ecosystem standards, enhancing its portability and interoperability.
note: This feature would also allow the module to accommodate other logging requests, as slog's backend interface (Handler) can be adapted to support various popular logging packages. For example, existing integrations include https://github.com/samber/slog-zap and https://github.com/samber/slog-zerolog.
The text was updated successfully, but these errors were encountered:
The development of this feature is in progress.
Sorry, something went wrong.
jinzhu
No branches or pull requests
Describe the feature
Add support for the Structured Logging (
slog
) standard library in Go.Motivation
Implementing support for
slog
will align this module with Go's ecosystem standards, enhancing its portability and interoperability.note: This feature would also allow the module to accommodate other logging requests, as
slog
's backend interface (Handler) can be adapted to support various popular logging packages. For example, existing integrations include https://github.com/samber/slog-zap and https://github.com/samber/slog-zerolog.Related Issues
The text was updated successfully, but these errors were encountered: