whaleygeek / pyenergenie

A python interface to the Energenie line of products
MIT License
82 stars 51 forks source link

Separate logging into separate module #43

Closed whaleygeek closed 8 years ago

whaleygeek commented 8 years ago

The csv logging is only a small part of the example. But looking at some of the forks of this code, there are some nice examples of the logging being separated out from the example/test code so that it can be easily replaced with something different.

I'd like to review the forks and bring in some of those ideas here. This also will mop up #14 #15 #16 as well.

whaleygeek commented 8 years ago

I've moved logging to a separate module in the unified_radio branch, and will close this issue when it merges.

whaleygeek commented 8 years ago

This work was done on the unified_radio branch to get better code sharing. Now merged to master.