Subversion Repositories HomeAutomation

Rev

Rev 1657 | Rev 1964 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1657 Rev 1939
Line 107... Line 107...
107
    {
107
    {
108
        Logger::file_ << date_and_time << line << std::endl;
108
        Logger::file_ << date_and_time << line << std::endl;
109
    }
109
    }
110
   
110
   
111
    syslog(LOG_INFO, "%s", line.data());
111
    syslog(LOG_INFO, "%s", line.data());
-
 
112
   
-
 
113
    std::cout.imbue(std::locale::classic());
112
   
114
   
113
    this->mutex_.unlock();
115
    this->mutex_.unlock();
114
}
116
}
115
 
117
 
116
}; // namespace logging
118
}; // namespace logging