From a8a96d57e185a1bf49be596dd6f8b386c1cc89cf Mon Sep 17 00:00:00 2001 From: armink Date: Wed, 16 Sep 2015 13:21:05 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91?= =?UTF-8?q?=E4=B8=80=E5=A4=84=E9=81=97=E6=BC=8F=E7=9A=84=E5=AE=8F=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- easylogger/inc/elog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/easylogger/inc/elog.h b/easylogger/inc/elog.h index 1cd4e7e..2e03c0a 100644 --- a/easylogger/inc/elog.h +++ b/easylogger/inc/elog.h @@ -74,7 +74,7 @@ extern "C" { #define ELOG_LVL_TOTAL_NUM 6 /* EasyLogger software version number */ -#define ELOG_SW_VERSION "0.07.30" +#define ELOG_SW_VERSION "0.09.16" /* EasyLogger assert for developer. */ #define ELOG_ASSERT(EXPR) \ @@ -189,6 +189,8 @@ void elog_assert_set_hook(void (*hook)(const char* expr, const char* func, size_ #if ELOG_OUTPUT_LVL == ELOG_LVL_VERBOSE #define elog_verbose(tag, ...) \ elog_output(ELOG_LVL_VERBOSE, tag, __FILE__, __FUNCTION__, __LINE__, __VA_ARGS__) +#else +#define elog_verbose(tag, ...) #endif #endif /* ELOG_OUTPUT_ENABLE */