Switch to ArduinoLog library

This commit is contained in:
fvanroie 2020-03-26 23:21:08 +01:00
parent 6166717593
commit 2f5d78e47e

View File

@ -267,7 +267,7 @@ class Logging {
String debugOutput((char *)0); String debugOutput((char *)0);
StringStream debugStream((String &)debugOutput); StringStream debugStream((String &)debugOutput);
debugOutput.reserve(5 * 128); debugOutput.reserve(4 * 128);
if(_prefix != NULL) { if(_prefix != NULL) {
_prefix(level, &debugStream, debugOutput); _prefix(level, &debugStream, debugOutput);