gcontini
2019-10-13 4e1f76fae58a7e0db111ec68e616e6ea3222f726
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