Gabriele Contini
2019-08-29 37ac994f2be71eb5efb356c54aa987a5efb5101d
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