...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::parse_filter
// In header: <boost/log/utility/setup/filter_parser.hpp> template<typename CharT> filter parse_filter(const CharT * str);
The function parses a filter from the string
Throws: An std::exception
-based exception, if a filter cannot be recognized in the character sequence.
Parameters: |
|
||
Requires: |
|
||
Returns: |
A function object that can be used as a filter. |