Arduino AudioKit HAL
|
Simple Logger we need to support both C and C++. More...
Go to the source code of this file.
Macros | |
#define | AUDIOKIT_LOGLENGTH 215 |
#define | LOG_METHOD __PRETTY_FUNCTION__ |
Enumerations | |
enum | AudioKitLogLevels { AudioKitDebug , AudioKitInfo , AudioKitWarning , AudioKitError } |
Functions | |
void | KIT_LOGD (const char *fmr,...) |
void | KIT_LOGI (const char *fmr,...) |
void | KIT_LOGW (const char *fmr,...) |
void | KIT_LOGE (const char *fmr,...) |
Variables | |
int | AUDIOKIT_LOG_LEVEL |
Simple Logger we need to support both C and C++.
Definition in file audiokit_logger.h.