Simple multipurpose logger
Fork of LogIt by
Diff: logable.h
- Revision:
- 7:eb101b1726a5
- Parent:
- 6:17bc740828b8
diff -r 17bc740828b8 -r eb101b1726a5 logable.h --- a/logable.h Thu Dec 15 19:29:05 2016 +0100 +++ b/logable.h Wed May 03 14:16:40 2017 +0000 @@ -4,7 +4,7 @@ // Allow your classes to easily log by implementing Logable -namespace LogIt { +namespace LogItNow { class Logable {