boost::log::formatters::named_scope
// In header: <boost/log/formatters/named_scope.hpp> template<typename CharT, typename... ArgsT> fmt_named_scope< CharT, throw_policy > named_scope(std::basic_string< CharT > const & name, ArgsT...const & args);
Formatter generator. Construct the named scope formatter with the specified formatting parameters.
Parameters: |
|