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

Annotation of /smsdaemon/Logger.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 694 - (hide annotations) (download)
Thu Apr 29 18:04:10 2010 UTC (14 years ago) by torben
File MIME type: text/plain
File size: 262 byte(s)
added log view to http engine
1 torben 159 #ifndef __LOGGER_H__
2     #define __LOGGER_H__
3    
4     #include <string>
5 torben 694 #include <vector>
6 torben 159
7     namespace Logger
8     {
9 torben 175 void initLog();
10    
11 torben 159 void logMessage(std::string str);
12     void setLogfile(std::string file);
13 torben 694
14     extern std::vector<std::string> logBuffer;
15 torben 159 }
16    
17    
18    
19     #endif // __LOGGER_H__

  ViewVC Help
Powered by ViewVC 1.1.20