AcouSTO  version 2.0
logger.c File Reference
#include <stdarg.h>
#include <time.h>
#include "../acousto.h"
Include dependency graph for logger.c:

Go to the source code of this file.

Functions

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

Variables

static int LOGLEVEL = 0
 
char * LEVELS []
 

Detailed Description

Simple logger for stdout output. Should be substituted with a more complete logger facility.

Definition in file logger.c.