Changeset 231 in pacpusframework for trunk/src/PacpusLib/Log.cpp
- Timestamp:
- Nov 27, 2013, 1:30:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/Log.cpp
r228 r231 34 34 PACPUSLIB_API std::basic_ostream<char>& operator<< (std::basic_ostream<char>& strm, QString const& s); 35 35 36 namespace pacpus { 36 namespace pacpus 37 { 37 38 38 39 void init_log_factories() … … 148 149 149 150 namespace pacpus 151 { 150 152 151 153 LogConfigurator::LogConfigurator() 152 154 {} 153 void LogConfigurator::configureLoggerWithFile(const char * /*configFilename*/) 155 156 LogConfigurator::~LogConfigurator() 157 {} 158 159 void LogConfigurator::configureLoggerWithFile(const char* /*configFilename*/) 154 160 {} 155 161 … … 157 163 158 164 #endif // PACPUS_USE_LOG 165
Note:
See TracChangeset
for help on using the changeset viewer.