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
consolelogger.h
00001 // Copyright (c) Microsoft. All rights reserved. 00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information. 00003 00004 #ifndef CONSOLELOGGER_H 00005 #define CONSOLELOGGER_H 00006 00007 #include "azure_c_shared_utility/xlogging.h" 00008 00009 #ifdef __cplusplus 00010 extern "C" { 00011 #endif /* __cplusplus */ 00012 00013 extern void consolelogger_log(LOG_CATEGORY log_category, const char* file, const char* func, int line, unsigned int options, const char* format, ...); 00014 00015 #if (defined(_MSC_VER)) && (!(defined WINCE)) 00016 extern void consolelogger_log_with_GetLastError(const char* file, const char* func, int line, const char* format, ...); 00017 #endif 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif /* __cplusplus */ 00022 00023 #endif /* CONSOLELOGGER_H */
Generated on Wed Jul 13 2022 23:38:02 by
1.7.2