...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::register_simple_filter_factory
// In header: <boost/log/utility/setup/filter_parser.hpp> template<typename AttributeValueT> void register_simple_filter_factory(attribute_name const & name);
The function registers a simple filter factory object for the specified attribute name. The factory will support attribute values of type AttributeValueT
, which must support all relation operations, such as equality comparison and less/greater ordering, and also extraction from stream.
Parameters: |
|
||
Requires: |
|