Closed DrewBrandt closed 1 month ago
I think passing it to every place that needs it is a bit cumbersome., It should be a single instance like BlinkBuzz so you can call logger.doSomething() from any class that includes the header file without passing it into that object.
logger.doSomething()
Will wait to address this until #51 is merged.
I think passing it to every place that needs it is a bit cumbersome., It should be a single instance like BlinkBuzz so you can call
logger.doSomething()
from any class that includes the header file without passing it into that object.Will wait to address this until #51 is merged.