Serial output logger based on the LoggerInterface

Dependencies:   LoggerInterface

Fork of LogIt by Sille Van Landschoot

Files at this revision

API Documentation at this revision

Comitter:
Nico De Witte
Date:
Thu Dec 15 19:29:05 2016 +0100
Parent:
5:e16468c1160f
Commit message:
Make logger pointer in logable protected instead of public.

Changed in this revision

logable.h Show annotated file Show diff for this revision Revisions of this file
--- a/logable.h	Wed Dec 14 19:03:57 2016 +0100
+++ b/logable.h	Thu Dec 15 19:29:05 2016 +0100
@@ -8,7 +8,7 @@
 
   class Logable
   {
-    public:
+    protected:
       Log::LoggerInterface * logger;
 
     public: