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:
- 20:fe5026169ec6
- Parent:
- 15:97bc2d681e36
- Child:
- 21:c4439c50a5af
--- a/utility/logging.h Wed Jan 04 18:32:00 2017 +0100 +++ b/utility/logging.h Sat Jan 14 19:51:58 2017 +0100 @@ -15,9 +15,9 @@ #define LOG_DEBUG_V3 10 /* debug-verbose-level (vvv) messages */ #warning "You can configure LogObject and ACTLOGLEVEL in 'utility/logging.h'. More verbosity more memory usage." -//#define ACTLOGLEVEL LOG_NONE +#define ACTLOGLEVEL LOG_NONE //#define ACTLOGLEVEL LOG_WARNING -#define ACTLOGLEVEL LOG_INFO +//#define ACTLOGLEVEL LOG_INFO //#define ACTLOGLEVEL LOG_DEBUG_V3 #if ACTLOGLEVEL>LOG_NONE