Serial output logger based on the LoggerInterface
Fork of LogIt by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:17bc740828b8 | 2016-12-15 | Nico De Witte |
Make logger pointer in logable protected instead of public. |
5:e16468c1160f | 2016-12-14 | Nico De Witte |
Add LICENSE and README. |
4:9c5143891c8a | 2016-12-14 | Nico De Witte |
Refactor LogIt to SerialLogger and also add Logable interface and NullLogger. |
3:02604f6cc77d | 2016-12-14 | Nico De Witte |
Change message from char * to const char * as defined in interface. |
2:9cf3515a42b2 | 2016-12-09 | dwini |
Fix variable argument list not passing arguments correctly to log method. |
1:5966400d2098 | 2016-12-07 | dwini | Add pragma once directive |
0:0c84a9b17408 | 2016-11-24 | sillevl | Initial serial logger class |