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: HTTP-RPCServerExample
Fork of HTTPServer by
hl_debug.h
00001 #ifndef __DEBUG_H__ 00002 #define __DEBUG_H__ 00003 00004 /* Commenting out Debuging 00005 #ifdef DEBUG 00006 #define INFO(x, ...) std::printf("[INFO: %s:%d]"x"\r\n", __FILE__, __LINE__, ##__VA_ARGS__); 00007 #define WARN(x, ...) std::printf("[WARN: %s:%d]"x"\r\n", __FILE__, __LINE__, ##__VA_ARGS__); 00008 #define ERR(x, ...) std::printf("[ERR: %s:%d]"x"\r\n", __FILE__, __LINE__, ##__VA_ARGS__); 00009 #else 00010 */ 00011 #define INFO(x, ...) 00012 #define WARN(x, ...) 00013 #define ERR(x, ...) 00014 //#endif 00015 00016 00017 #endif // __DEBUG_H__#ifndef __DEBUG_H__
Generated on Sat Jul 16 2022 00:13:27 by
1.7.2
