$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] BOOST_LOG_TRIVIAL destination change
From: Marc Paschover (marc_paschover_at_[hidden])
Date: 2016-02-02 11:11:00
I am working on a native Excel add-in (using XLW+), and I have been using
Boost.Logging to output some diagnostic information, using
BOOST_LOG_TRIVIAL. I would like to see this information in the Output window
of Visual Studio. It seems like I somehow need to change the destination to
boost::logging::destination::dbg_window, but I haven't been able to figure
out a way to do this globally. Is there a way to do this?
Thanks,
Marc.