$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost log issues and workarounds
From: hh h (jupiter.hce_at_[hidden])
Date: 2019-01-18 07:27:35
Finally fixed it by changing LOG macro
(::boost::log::keywords::severity = (ServerityLevel_t::severity).
The only thing missing is that in logging::add_file_log( ..." " <<
boost::log::trivial::severity << ....), that
boost::log::trivial::severity is empty, the keyword severity has
already been assigned in the macro, what I am missing here?
Thanks Andrey.