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.

Files at this revision

API Documentation at this revision

Comitter:
spastor
Date:
Mon May 18 13:16:43 2015 +0200
Parent:
3:304026cffaf3
Child:
5:58c5158b5120
Commit message:
Automatic upload

Changed in this revision

DigiLoggerMbedSerial.h Show annotated file Show diff for this revision Revisions of this file
--- 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 */