Logging - pschatzmann/arduino-snapclient GitHub Wiki
-
On the ESP32 this library uses the built in logger provided by Espressif/Arduino that can be configured in the Arduino Tools menu. For other environments you have to edit the SnapLogger.h to activate the output for info or debug.
-
Additionally you can activate the AudioTools logging with
AudioToolsLogger.begin(Serial, AudioToolsLogLevel::Info);