$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [log] Qt integration
From: Olivier Tournaire (olitour_at_[hidden])
Date: 2014-02-15 17:58:09
Hi all,
I would like to use boost::log within a Qt based application. For now, I
simply want to redirect the output of BOOST_LOG_TRIVIAL(xxx) macro to a
QTextEdit. What is the easiest way to do that?
Is there a way to get the logger output string?
Best regards