smira / go-statsd

Go statsd client library with zero allocation overhead, great performance and reconnects
MIT License
109 stars 18 forks source link

Making the Logger Configurable #39

Open Koshroy opened 3 months ago

Koshroy commented 3 months ago

Hey all,

Is there any interest in making the logger here configurable? I want to use go-statsd but am logging out to structured JSON and would like to use the library with different loggers. I'd be happy to contribute this if it's something the maintainer would accept.