Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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:
