Serial output logger based on the LoggerInterface
Fork of LogIt by
Revision 6:17bc740828b8, committed 2016-12-15
- 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 |
diff -r e16468c1160f -r 17bc740828b8 logable.h --- 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: