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:
4:b67d49554d8c
Parent:
0:e83acb8d505c
--- a/DigiLoggerMbedSerial.h	Thu May 14 16:03:56 2015 +0200
+++ b/DigiLoggerMbedSerial.h	Mon May 18 13:16:43 2015 +0200
@@ -37,7 +37,7 @@
         DigiLoggerMbedSerial(Serial * log_serial, LogLevel log_level = LogLevelInfo);
 
         /** Class destructor */
-        ~DigiLoggerMbedSerial();
+        virtual ~DigiLoggerMbedSerial();
 };
 
 }   /* namespace DigiLog */