In the latest Boost 1.54 release I see Boost.Log library appeared. When I compile whole Boost 1.54 I see that for the Log library it produced 2 binaries:
- libboost_log.a
- libboost_log_setup.a
What is the reason for the libboost_log_setup.a
library? When should I link it?