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.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: logging/logging.h
- Revision:
- 73:313975bfec96
- Parent:
- 72:c5709ae7b193
- Child:
- 75:d4535238db18
diff -r c5709ae7b193 -r 313975bfec96 logging/logging.h
--- a/logging/logging.h	Mon Feb 16 13:15:52 2015 +0000
+++ b/logging/logging.h	Tue Feb 17 16:31:30 2015 +0000
@@ -12,6 +12,11 @@
         A_CRITICAL=50
 };
 
+/* All logging functions.
+ * Function name indicates the corresponding logging level.
+ * First argument is a format string, remaining arguments
+ * must correspond to the given format, like in printf.
+ */
 int aDebug(const char *fmt, ...);
 int aCritical(const char *fmt, ...);
 int aError(const char *fmt, ...);
    
 Cumulocity
            Cumulocity