Arduino VS1053
|
Logging class which supports multiple log levels. More...
#include <VS1053Logger.h>
Public Member Functions | |
bool | begin (VS1053LogLevel_t l, Print &out) |
start the logger | |
void | log (VS1053LogLevel_t level, const char *fmt...) |
Print log message. | |
Public Attributes | |
VS1053LogLevel_t | logLevel = VS1053Warning |
Protected Attributes | |
const char * | VS1053_log_msg [4] = {"Debug", "Info", "Warning", "Error"} |
Print * | p_out = &VS1053_LOG_PORT |
Logging class which supports multiple log levels.