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

Annotation of /smsdaemon/Logger.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 175 - (hide annotations) (download)
Wed Dec 10 22:02:28 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 198 byte(s)
Common.cpp, actually use the config file specified on command line

(the rest): enable optional use of syslog

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

  ViewVC Help
Powered by ViewVC 1.1.20