mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Rearrange log flags for more utility #295

Closed terrillmoore closed 3 years ago

terrillmoore commented 3 years ago

The flags in McciCatena;:cLog are not as useful as they should be; kTrace ends up getting used a lot when something like kVerbose would make more sense.

This fix would:

While at it, add overload operators for |, at least, so log masks can be sanely combined.