$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-17 22:23:03
> https://en.cppreference.com/w/cpp/language/namespace_alias
That cannot do namespace INFO = boost::log::trivial::info; so the only
way we might run namespace LEVEL = boost::log::trivial; and to call
LOG(LEVEL::info), not quite tidy, I am looking into Andrey's solution.
Thanks degski