]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Log.cc
port new sockets stuff to winsock
[chaz/yoink] / src / Moof / Log.cc
index 8656dc306a4531e4ea928cf3a645364f43708168..da7985d60115bff1bde22cc9557131f7059c6742 100644 (file)
@@ -26,7 +26,7 @@ void Log::setLevel(Level level)
        gLevel = level;
 }
 
-Log::Level Log::getLevel()
+Log::Level Log::level()
 {
        return gLevel;
 }
@@ -37,9 +37,9 @@ std::ostream& log(std::clog);
 static std::ofstream nullLog_;
 std::ostream& nullLog(nullLog_);
 
-Log logError(Log::ERRORR, "  error: ");
+Log logError(  Log::ERRORR,  "  error: ");
 Log logWarning(Log::WARNING, "warning: ");
-Log logInfo(Log::INFO, "   info: ");
+Log logInfo(   Log::INFO,    "   info: ");
 
 
 static int logScript_(Script& script, Log::Level level)
This page took 0.01889 seconds and 4 git commands to generate.