Add "Print" interface to application log
Opened this issue · 0 comments
denis-stepanov commented
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.