A common library used by Digi International Inc. mbed libraries to output debug information.

Dependents:   XBeeLib XBeeLib_Test Chi-XBee-Actuator Chi-XBee-Sensor ... more

A common library used by Digi International Inc. mbed libraries to output debug information.
Used by XBeeLib

See Debugging the library chapter for more info.

Revision:
5:58c5158b5120
Parent:
3:304026cffaf3
--- a/DigiLogger.h	Mon May 18 13:16:43 2015 +0200
+++ b/DigiLogger.h	Mon Jun 01 18:59:28 2015 +0200
@@ -34,14 +34,10 @@
 };
 /**
  * @}
- */                           
+ */
 
 #define DEBUG_BUFFER_LEN    200
 
-#ifndef nullptr
-#define nullptr             NULL
-#endif
-
 namespace DigiLog {
 
 class DigiLogger
@@ -63,8 +59,6 @@
 
         /** Class destructor */
         virtual ~DigiLogger();
-      
-        /********************** Actions and accessor member methods ***********************/
 
         /** set_level - set logging level.
          *
@@ -76,7 +70,7 @@
          *
          *  @returns current overall logging level
          */
-        static LogLevel get_level();       
+        static LogLevel get_level();
 
         /** log_format - logs a printf-like message.
          *