]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.h
added set.logfile command
[mothur.git] / setlogfilecommand.h
diff --git a/setlogfilecommand.h b/setlogfilecommand.h
new file mode 100644 (file)
index 0000000..d16bcd6
--- /dev/null
@@ -0,0 +1,37 @@
+#ifndef SETLOGFILECOMMAND_H
+#define SETLOGFILECOMMAND_H
+
+/*
+ *  setlogfilecommand.h
+ *  Mothur
+ *
+ *  Created by westcott on 4/27/10.
+ *  Copyright 2010 Schloss Lab. All rights reserved.
+ *
+ */
+
+#include "command.hpp"
+#include "commandfactory.hpp"
+
+/**********************************************************/
+
+class SetLogFileCommand : public Command {
+       
+public:
+       SetLogFileCommand(string);
+       ~SetLogFileCommand();
+       int execute();
+       void help();
+       
+private:
+       CommandFactory* commandFactory;
+       string name;
+       bool abort, append;
+               
+};
+
+/**********************************************************/
+#endif
+
+