jsimonetti / go-artnet

This package attempts to implement the Art-Net 4 specification from (c) Artistic Licence Holding Ltd.
MIT License
33 stars 20 forks source link

Make Logger configurable #1

Closed aklinkert closed 7 years ago

aklinkert commented 7 years ago

Hi there,

I'm using you library to control lights on stage with my band, thanks a lot for building it! ❤️ As I'm running it as a subsystem of https://github.com/StageAutoControl/controller/ I'm experiencing some problems with debugging problems as I'm unfortunately unable to reduce the verbosity of go-artnet. I would like to suggest two changes:

Does this sound reasonable to ya? Looking forward to your feedback!

Cheers, Alex

Edit: I'll fork the project and gonna try this out ;)

jsimonetti commented 7 years ago

Hi Alex,

It's nice to hear you can make good use of this package! I realise that some parts are very (maybe too) verbose.

I'd be happy to merge any changes regarding the verbosity aswell as a plugable logger. Looking forward to it!

Regards, Jeroen