]> git.donarmstrong.com Git - mothur.git/commitdiff
add debugout to mothurout.cpp
authorDon Armstrong <don@donarmstrong.com>
Mon, 16 Dec 2013 20:22:28 +0000 (12:22 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 16 Dec 2013 20:22:28 +0000 (12:22 -0800)
mothurout.h

index 1747b1480c732ae42f361940ff57dcbe151bbc7b..9d9f9e4c4c3ec6ece15ebf9021fdc9cfd1ea961c 100644 (file)
@@ -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);