Skip to content
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

Add "Print" interface to application log #32

Open
denis-stepanov opened this issue May 15, 2021 · 0 comments
Open

Add "Print" interface to application log #32

denis-stepanov opened this issue May 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@denis-stepanov
Copy link
Owner

denis-stepanov commented May 15, 2021

Currently application log supports just one writing method which takes String as a parameter. This requires extra actions to construct the string before passing it to the logger. It would be more convenient to use multitude of printing functions available with Arduino Print class.

@denis-stepanov denis-stepanov added the enhancement New feature or request label May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant