Skip to content

FR: generic system logging #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
proddy opened this issue Feb 1, 2020 · 2 comments
Closed

FR: generic system logging #85

proddy opened this issue Feb 1, 2020 · 2 comments

Comments

@proddy
Copy link

proddy commented Feb 1, 2020

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.

@proddy
Copy link
Author

proddy commented Feb 24, 2020

I made an adaption using this - https://github.com/nomis/mcu-uuid-log

@proddy
Copy link
Author

proddy commented Jun 22, 2020

closing this feature request. I believe some ideas are being explored.

@proddy proddy closed this as completed Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant