Arduino AudioKit HAL
Macros | Enumerations | Functions | Variables
audiokit_logger.h File Reference

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
 

Detailed Description

Simple Logger we need to support both C and C++.

Author
your name (you@d.nosp@m.omai.nosp@m.n.com)
Date
2021-12-12

Definition in file audiokit_logger.h.