Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
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;