default_
, and move on to the paramers you're interested in.Example:
typedef logger_format_write< default_, default_, writer::threading::on_dedicated_thread > logger_type;
#define BOOST_LOG_USE_WCHAR_T
before including any Boost.Logging filesUNICODE
or _UNICODE
is defined, the BOOST_LOG_USE_WCHAR_T
is defined automatically for youdefine BOOST_LOG_DONOT_USE_WCHAR_T
globally, before including any Boost Logging Lib files.
I've tested it under Windows, and ran the tests successfully on Fedora 8.
run_win.bat path_to_boost toolset
run_win d:/boosts/boost_1_34_1/ msvc
bash
run_linux.sh path_to_boost toolset
sh run_linux.sh /home/jtorjo/Desktop/boost_1_34_1/ gcc