Registry / logging / boost-log

boost-log

JSON →
library1.90.0vcpkgunverified

Boost log module

vcpkg install boost-log
INSTALL
IMPORT
SIG · BOOST-LOG
B
boost-log
loggingcppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/log/trivial.hpp
#include <boost/log/trivial.hpp>

Log a trivial info message

#include <boost/log/trivial.hpp> int main() { BOOST_LOG_TRIVIAL(info) << "Hello, Boost.Log!"; return 0; }
Debug
Known issues
gotchaRequires linking against boost_log and boost_log_setup libraries
fix
Add find_package(Boost COMPONENTS log log_setup) and link to Boost::log
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
Resources

No resource links recorded.

boost-log — pip install boost-log · libregistry