Changeset 244 in pacpusframework for trunk/src/PacpusLib/Log.cpp
- Timestamp:
- Dec 2, 2013, 12:30:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/Log.cpp
r239 r244 30 30 #include <ostream> 31 31 #include <QString> 32 33 //template <typename CharT> 34 //PACPUSLIB_API std::basic_ostream<CharT>& operator<< (std::basic_ostream<CharT>& strm, QString const& s) 35 //{ 36 // strm << s.toLocal8Bit().data(); 37 // return strm; 38 //} 32 39 33 40 // specialization for char … … 151 158 sink->set_filter 152 159 ( 160 #ifdef NDEBUG 161 // release 153 162 severity >= info 163 #else 164 // debug 165 severity >= debug 166 #endif 154 167 ); 155 168
Note:
See TracChangeset
for help on using the changeset viewer.