meshtastic / js

JS/TS library for interfacing with Meshtastic devices
https://meshtastic.org
GNU General Public License v3.0
74 stars 36 forks source link

Accommodate all members of LogLevelEnum in utils > debugLog #30

Closed sachaw closed 3 years ago

sachaw commented 3 years ago

currently only events tagged with INFO, DEBUG, WARNING and ERROR get output to the console, this should include all members of LogLevelEnum

Ref: https://github.com/meshtastic/meshtastic.js/blob/76cdb350d393c5c6e7ae67d1b6dad869b1bb11e8/src/utils.ts#L56-L80