/[projects]/smsdaemon/Logger.h
ViewVC logotype

Diff of /smsdaemon/Logger.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 159 by torben, Mon Dec 8 22:05:16 2008 UTC revision 694 by torben, Thu Apr 29 18:04:10 2010 UTC
# Line 2  Line 2 
2  #define __LOGGER_H__  #define __LOGGER_H__
3    
4  #include <string>  #include <string>
5    #include <vector>
6    
7  namespace Logger  namespace Logger
8  {  {
9            void initLog();
10    
11          void logMessage(std::string str);          void logMessage(std::string str);
12          void setLogfile(std::string file);          void setLogfile(std::string file);
13    
14            extern  std::vector<std::string> logBuffer;
15  }  }
16    
17    

Legend:
Removed from v.159  
changed lines
  Added in v.694

  ViewVC Help
Powered by ViewVC 1.1.20