Skip to content
New issue

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

Support slog logger #26

Open
DAcodedBEAT opened this issue Aug 15, 2024 · 1 comment
Open

Support slog logger #26

DAcodedBEAT opened this issue Aug 15, 2024 · 1 comment
Assignees

Comments

@DAcodedBEAT
Copy link

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

@zstone12
Copy link
Collaborator

The development of this feature is in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants