Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-fvdgfem/pslogger.hh
Go to the documentation of this file.
00001 #ifndef pslogger_hh
00002 #define pslogger_hh
00003 
00004 #include <string>
00005 
00009 class PsLogger {
00010 public:
00017   PsLogger(std::string fileName, std::string format="rss pcpu");
00021   void log(std::string logMessage);
00022 private:
00023   std::string fileName_;
00024   std::string command_;
00025 };
00026 
00027 #endif // pslogger_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)