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

Diff of /smsdaemon/Logger.cpp

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

revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC revision 214 by torben, Mon Dec 22 22:22:42 2008 UTC
# Line 30  namespace Logger Line 30  namespace Logger
30          void initLog()          void initLog()
31          {          {
32                  Common* cmn = Common::instance();                  Common* cmn = Common::instance();
33                  string logmethod = cmn->GetConfigfile()->GetValue("smsdaemon","log");                  string logmethod = cmn->GetConfigfile()->GetValue("smsdaemon","log","");
34                  if (logmethod == "syslog")                  if (logmethod == "syslog")
35                  {                  {
36                          logger = LogSyslog;                          logger = LogSyslog;

Legend:
Removed from v.196  
changed lines
  Added in v.214

  ViewVC Help
Powered by ViewVC 1.1.20