boost::log::formatters::csv_dec
// In header: <boost/log/formatters/csv_decorator.hpp> implementation_defined csv_dec;
CSV-style decorator generator object. The decorator doubles double quotes that may be found in the output. See http://en.wikipedia.org/wiki/Comma-separated_values for more information on the CSV format. The generator provides operator[]
that can be used to construct the actual decorator. For example:
csv_dec[ attr< std::string >("MyAttr") ]