|  | 
boost::log::register_filter_factory
// In header: <boost/log/utility/setup/filter_parser.hpp> template<typename CharT> void register_filter_factory(attribute_name const & name, shared_ptr< filter_factory< CharT > > const & factory);
The function registers a filter factory object for the specified attribute name. The factory will be used to construct a filter during parsing the filter string.
| Parameters: | 
 | ||||
| Requires: | 
 |