18 Jan
2019
18 Jan
'19
7:27 a.m.
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.