X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FLog.cc;h=783aec5087d22a29e3009c305767502f4e16458e;hp=980977185e7fdf6b8e9bab0390b2beab19aa3c31;hb=987971a961454d97082c6448fdc0bbeb540281bb;hpb=b357615aba1dbde81e3c6999366604e6001010a7 diff --git a/src/Moof/Log.cc b/src/Moof/Log.cc index 9809771..783aec5 100644 --- a/src/Moof/Log.cc +++ b/src/Moof/Log.cc @@ -35,7 +35,7 @@ namespace Mf { -Log::Level Log::gLevel = Log::WARNING; +Log::Level Log::gLevel = Log::INFO; void Log::setLevel(Level level) @@ -49,9 +49,9 @@ Log::Level Log::getLevel() } -static std::ofstream nullLog_; - std::ostream& log(std::clog); + +static std::ofstream nullLog_; std::ostream& nullLog(nullLog_); Log logError(Log::ERRORR, " error: ");