wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
571 stars 44 forks source link

Implement structured JSON logger #142

Closed wneessen closed 1 year ago

wneessen commented 1 year ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

With the addition of log/slog to the std lib, we can add an additional standard logger to the go-mail log package, that allows structured logging in JSON formatting.

Describe alternatives you've considered

No response

Additional context

No response