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

Contents of /smsdaemon/Logger.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 159 - (show annotations) (download)
Mon Dec 8 22:05:16 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 180 byte(s)
How the f*** do I still forget to add new files  ????
These should be part of r157 : "Move logpart to its own files"


1 #ifndef __LOGGER_H__
2 #define __LOGGER_H__
3
4 #include <string>
5
6 namespace Logger
7 {
8 void logMessage(std::string str);
9 void setLogfile(std::string file);
10 }
11
12
13
14 #endif // __LOGGER_H__

  ViewVC Help
Powered by ViewVC 1.1.20