Azure IoT common library
Fork of azure_c_shared_utility by
Diff: consolelogger.c
- Revision:
- 11:77df6d7e65ae
- Parent:
- 8:3db46d1e5471
- Child:
- 18:6d8a413a4d9a
--- a/consolelogger.c Fri Aug 26 12:59:40 2016 -0700 +++ b/consolelogger.c Fri Sep 09 13:38:26 2016 -0700 @@ -9,12 +9,6 @@ #include <stdio.h> #include "azure_c_shared_utility/xlogging.h" -#if defined _MSC_VER -#define FUNC_NAME __FUNCDNAME__ -#else -#define FUNC_NAME __func__ -#endif - void consolelogger_log(LOG_CATEGORY log_category, const char* file, const char* func, const int line, unsigned int options, const char* format, ...) { va_list args;