X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=fb5b432f549de88a1fa519bc83541649a0882389;hb=f06fdb807822f8e06db003ed809c87250905cfc8;hp=7b71fcfbd48c823db529f0bc8d1a54f78422543d;hpb=ec1b5bc7460ac8ad40f54f0729900d9ed98e7292;p=mothur.git diff --git a/mothurout.h b/mothurout.h index 7b71fcf..fb5b432 100644 --- a/mothurout.h +++ b/mothurout.h @@ -21,8 +21,10 @@ class MothurOut { static MothurOut* getInstance(); void setFileName(string); - void mothurOut(string); - void mothurOutEndLine(); + void mothurOut(string); //writes to cout and the logfile + void mothurOutEndLine(); //writes to cout and the logfile + void mothurOut(string, ofstream&); //writes to the ofstream, cout and the logfile + void mothurOutEndLine(ofstream&); //writes to the ofstream, cout and the logfile void mothurOutJustToLog(string); void errorOut(exception&, string, string); void closeLog();