Changeset 142 in pacpusframework


Ignore:
Timestamp:
07/30/13 17:55:58 (11 years ago)
Author:
Marek Kurdej
Message:

Update: minor uncommented.
Info: cannot use boost::log::register_simple_formatter_factory, due to compiler incompatibility (and cannot disable compiler extensions /Za).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/PacpusLib/Log.cpp

    r141 r142  
    3131//#include <boost/log/utility/setup/formatter_parser.hpp>
    3232
    33 //void init_log_factories()
    34 //{
    35 //    //boost::log::register_simple_formatter_factory< QString, char >("QString");
    36 //}
     33void init_log_factories()
     34{
     35    //boost::log::register_simple_formatter_factory< QString, char >("QString");
     36}
    3737
    3838#endif // PACPUS_USE_LOG
     
    4141{
    4242#if defined(PACPUS_USE_LOG)
    43     //init_log_factories();
     43    init_log_factories();
    4444#endif // PACPUS_USE_LOG
    4545}
Note: See TracChangeset for help on using the changeset viewer.