How to compile Boost.Log offline

After some research, partly on stack overflow, I decided to try Boost.Log library by Andrey Semashev.

Unfortunately, in order to create the Boost.Log library I have to put it in the original Boost tree and compile as it was part of Boost.This is the blocker for me because I already have a somewhat complex building configuration. I want to create Boost.Log offline.

I found an interesting thread on the Boost.Log forum , but this method doesn't work for me.

+3


source to share


1 answer


Instead of using Boost.Log, I can suggest you consider cpplog: https://github.com/andrew-d/cpplog



This is just a header library based on google logging library.

0


source







All Articles