- Timestamp:
- Jul 30, 2013, 5:55:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/Log.cpp
r141 r142 31 31 //#include <boost/log/utility/setup/formatter_parser.hpp> 32 32 33 //void init_log_factories()34 //{35 ////boost::log::register_simple_formatter_factory< QString, char >("QString");36 //}33 void init_log_factories() 34 { 35 //boost::log::register_simple_formatter_factory< QString, char >("QString"); 36 } 37 37 38 38 #endif // PACPUS_USE_LOG … … 41 41 { 42 42 #if defined(PACPUS_USE_LOG) 43 //init_log_factories();43 init_log_factories(); 44 44 #endif // PACPUS_USE_LOG 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.