Mark Radbourne / Mbed 2 deprecated iothub_client_sample_amqp

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers consolelogger.h Source File

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 #ifdef __cplusplus
00008 extern "C" {
00009 #endif /* __cplusplus */
00010 
00011 #include "azure_c_shared_utility/xlogging.h"
00012 
00013     extern void consolelogger_log(LOG_CATEGORY log_category, const char* file, const char* func, const int line, unsigned int options, const char* format, ...);
00014 
00015 #ifdef __cplusplus
00016 }
00017 #endif /* __cplusplus */
00018 
00019 #endif /* CONSOLELOGGER_H */