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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:eb101b1726a5 | 2017-05-03 | dwini | Renaming namespace as it conflicts with other existing logger. |
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 |