![]() |
boost::log::parse_filter
// In header: <boost/log/utility/init/filter_parser.hpp> template<typename CharT> basic_core< CharT >::filter_type parse_filter(const CharT * begin, const CharT * end);
The function parses a filter from the sequence of characters
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. |