spali / go-rscp

Go library to communicate with a E3DC system implementing the RSCP (Remote Storage Control Protocol)
https://github.com/spali/go-rscp
MIT License
27 stars 9 forks source link

Use own logger instance instead of the global one. #58

Closed spali closed 7 months ago

spali commented 7 months ago

evcc requires to inject a custom logger library and be idependent of other libraries that may use logrus. (https://github.com/evcc-io/evcc/issues/13403#issuecomment-2066152969)