plxvm/src/log.c

11 lines
121 B
C

#include "log.h"
#include "str.h"
#include "printf.h"
#include <stdarg.h>
#ifdef DEBUG
int log_level=LOGERROR;
#endif