Gabriele Contini
2019-11-10 a26bd812ef3fd21dd3d68bd10704ae3dd8eeea6b
src/library/base/logger.h
@@ -1,7 +1,7 @@
#ifndef logger_INCLUDED
#define logger_INCLUDED
#ifndef LOG_ENABLED
#ifndef LOG_DISABLED
#include <errno.h>
#ifdef __cplusplus
extern "C" {
@@ -25,7 +25,7 @@
#define LOG_ERROR(M, ...)
#endif
void _log(char* format, ...);
void _log(const char* format, ...);
void _shutdown_log();
#ifdef __cplusplus