From d77c1e9b0ac5f694728c3baf62494ed2ae98ed1f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 16 Dec 2013 12:22:28 -0800 Subject: [PATCH] add debugout to mothurout.cpp --- mothurout.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5