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.
Diff: utility/logging.h
- Revision:
- 2:2f693560ad53
- Parent:
- 0:e3fb1267e3c3
- Child:
- 9:312e0937630f
--- a/utility/logging.h Tue Dec 27 11:47:13 2016 +0100 +++ b/utility/logging.h Tue Dec 27 11:34:26 2016 +0000 @@ -14,7 +14,7 @@ #define LOG_DEBUG_V2 9 /* debug-verbose-level (vv) messages */ #define LOG_DEBUG_V3 10 /* debug-verbose-level (vvv) messages */ -#pragma message "You can configure LogObject and ACTLOGLEVEL in 'utility/logging.h'. More verbosity more memory usage." +#warning "You can configure LogObject and ACTLOGLEVEL in 'utility/logging.h'. More verbosity more memory usage." //#define ACTLOGLEVEL LOG_NONE //#define ACTLOGLEVEL LOG_INFO #define ACTLOGLEVEL LOG_DEBUG_V3