![]() |
boost::log::parse_formatter
// In header: <boost/log/utility/init/formatter_parser.hpp> template<typename CharT> formatter_types< CharT >::formatter_type parse_formatter(const CharT * begin, const CharT * end);
The function parses a formatter from the sequence of characters
Throws: An std::exception-based exception, if a formatter cannot be recognized in the character sequence.
| Parameters: |
|
||||
| Requires: |
|
||||
| Returns: | A function object that can be used as a formatter. |