AcouSTO  version 2.0
logger.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG_ERROR   0
 
#define LOG_WARN   1
 
#define LOG_INFO   2
 
#define LOG_DEBUG   3
 

Functions

void setLogLevel (int level)
 
void logger (int level, char *msg,...)