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

Contents of /smsdaemon/Logger.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 695 - (show annotations) (download)
Thu Apr 29 18:18:18 2010 UTC (14 years ago) by torben
File MIME type: text/plain
File size: 223 byte(s)
nobody should have access to the logBuffer but the logger module itself
1 #ifndef __LOGGER_H__
2 #define __LOGGER_H__
3
4 #include <string>
5
6 namespace Logger
7 {
8 void initLog();
9
10 void logMessage(std::string str);
11 void setLogfile(std::string file);
12
13 std::string getLog();
14
15 }
16
17
18
19 #endif // __LOGGER_H__

  ViewVC Help
Powered by ViewVC 1.1.20