Arduino VS1053
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
arduino_vs1053::VS1053LoggerClass Class Reference

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
 

Detailed Description

Logging class which supports multiple log levels.


The documentation for this class was generated from the following file: