nice changes unified a bunch of things, although of course windows
[feisty_meow.git] / nucleus / library / loggers / program_wide_logger.cpp
index c91d97713a6118db54b84fd049c75c4348e663c5..f5f6e374dde17b66cbbdb86d3a174d24c2ef899c 100644 (file)
@@ -12,6 +12,7 @@
 * Please send any updates to: fred@gruntose.com                               *
 \*****************************************************************************/
 
+#include "console_logger.h"
 #include "program_wide_logger.h"
 
 using namespace basis;
@@ -19,7 +20,7 @@ using namespace loggers;
 
 namespace loggers {
 
-standard_log_base *program_wide_logger::c_the_wide_log = new null_logger;
+standard_log_base *program_wide_logger::c_the_wide_log = new console_logger();
 
 standard_log_base &program_wide_logger::get() { return *c_the_wide_log; }