boost::log::register_formatter_factory — The function registers a user-defined formatter factory.
// In header: <boost/log/utility/init/formatter_parser.hpp> template<typename CharT> void register_formatter_factory(const CharT * attr_name, typename formatter_types< CharT >::formatter_factory const & factory);
The function registers a user-defined formatter factory. The registered factory function will be called when the formatter parser detects the specified attribute name in the formatter string.
Parameters: |
|
||||
Requires: |
|