|  | 
boost::log::parse_formatter
// In header: <boost/log/utility/setup/formatter_parser.hpp> template<typename CharT> basic_formatter< CharT > parse_formatter(const CharT * str);
The function parses a formatter from the string
Throws: An std::exception-based exception, if a formatter cannot be recognized in the character sequence. 
| Parameters: | 
 | ||
| Requires: | 
 | ||
| Returns: | The parsed formatter. |