Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Related Pages  

log.h

00001 #ifndef SCTAPI_LOG_H
00002 #define SCTAPI_LOG_H
00003 
00004 #include <fstream>
00005 
00010 class Log : public std::ofstream {
00011  public:
00013   Log();
00015   Log(std::string fname);
00017   Log(std::string fname, int instance);
00019   ~Log();
00020 };
00021 
00022 #endif

Generated on Tue Dec 9 10:07:40 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3