Simple multipurpose logger

Fork of LogIt by Nico De Witte

Revision:
7:eb101b1726a5
Parent:
4:9c5143891c8a
--- a/loggers/null_logger.h	Thu Dec 15 19:29:05 2016 +0100
+++ b/loggers/null_logger.h	Wed May 03 14:16:40 2017 +0000
@@ -7,7 +7,7 @@
 // Kudos to Sandi Metz and her seminar on how to avoid if statements
 
 // Source: http://stackoverflow.com/questions/1008019/c-singleton-design-pattern
-namespace LogIt {
+namespace LogItNow {
 
   class NullLogger : public Log::LoggerInterface
   {