You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to have a generic library to handle logging with
optionally output to Serial, Telnet or SysLog, which is configurable
queue the logs so they become nonblocking holding back other operations
using levels such as info, trace, debug, error etc
The library has many hardcoded Serial. * lines and some projects (like mine!) can't use Serial. Also some boards don't have UART and some like the ESP32 have multiple.
I implemented this in my fork a while back and happy to port it over at some point.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It would be handy to have a generic library to handle logging with
The library has many hardcoded Serial. * lines and some projects (like mine!) can't use Serial. Also some boards don't have UART and some like the ESP32 have multiple.
I implemented this in my fork a while back and happy to port it over at some point.
The text was updated successfully, but these errors were encountered: