Changeset 230 in pacpusframework for branches/0.1.x/src/PacpusLib/Log.cpp
- Timestamp:
- Nov 27, 2013, 1:24:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.1.x/src/PacpusLib/Log.cpp
r146 r230 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() … … 141 142 142 143 namespace pacpus 144 { 143 145 144 146 LogConfigurator::LogConfigurator() 145 147 {} 146 void LogConfigurator::configureLoggerWithFile(const char * /*configFilename*/) 148 149 LogConfigurator::~LogConfigurator() 150 {} 151 152 void LogConfigurator::configureLoggerWithFile(const char* /*configFilename*/) 147 153 {} 148 154 … … 150 156 151 157 #endif // PACPUS_USE_LOG 158
Note:
See TracChangeset
for help on using the changeset viewer.