Simple multipurpose logger

Fork of LogIt by Nico De Witte

Revision:
7:eb101b1726a5
Parent:
6:17bc740828b8
--- 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
   {