]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
add debugout to mothurout.cpp
[mothur.git] / 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);