c++ - How to compile Boost.Log standalone -


after doing research, partially on stack overflow, decided try boost.log library andrey semashev.

unfortunately, build boost.log library i have place in boost source tree , compile part of boost. blocker me, because have complicated building configuration. i want build boost.log standalone.

i've found interesting thread on boost.log forum, method doesn't work me.

instead of using boost.log, might suggest consider cpplog: https://github.com/andrew-d/cpplog

it's header library based on google's logging library.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -