From: Don Armstrong Date: Mon, 16 Dec 2013 20:22:28 +0000 (-0800) Subject: add debugout to mothurout.cpp X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d77c1e9b0ac5f694728c3baf62494ed2ae98ed1f;p=mothur.git add debugout to mothurout.cpp --- diff --git a/mothurout.h b/mothurout.h index 1747b14..9d9f9e4 100644 --- a/mothurout.h +++ b/mothurout.h @@ -37,8 +37,10 @@ class MothurOut { void setFileName(string); void mothurOut(string); //writes to cout and the logfile + void debugOut(string); //writes to cout and the logfile if debugging is on void mothurOutEndLine(); //writes to cout and the logfile void mothurOut(string, ofstream&); //writes to the ofstream, cout and the logfile + void debugOut(string, ofstream&); //writes to the ofstream, cout and the logfile if debugging is on void mothurOutEndLine(ofstream&); //writes to the ofstream, cout and the logfile void mothurOutJustToScreen(string); //writes to cout void mothurOutJustToLog(string);